func X3.EN_JSON_GET_KEYS(Clbfile JSON_IN, Char EN_JSON_GET_KEYS) : Integer

Returns the list of keys present in a Json or a collection

  • JSON_IN Clbfile Flux Json stream in which to look for keys
  • EN_JSON_GET_KEYS Char() Array containing the keys found
Return Integer Number of keys found
Example