Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Compter les éléments d’un tableau JSON.
developer:countJArray(jsonArray)
jsonArray
string
int
local json = '[1,2,3,4,5]' local count = countJArray(json) global:printMessage("Taille du tableau : " .. count)