func X3.EN_JSON_GET_POS_KEY(Clbfile JSON_IN, Char KEY_IN) : Integer

Allows to retrieve the position of the first character of a key in a Json

  • JSON_IN Clbfile The Json in which to look for the key
  • KEY_IN Char Name of the key to search for
Return Integer Position of key found or 0 if not found
Example