Gets a field name at a given index from the JSON object.
TEXT %JSON_ObjectGetFieldName( INT in handle, INT in index )
Field name at a given index in the JSON object.
Function gets a field name at a given index in the JSON object.
Exception is thrown if handle to the JSON object is invalid or index is out of range.
INT _obj _obj := %JSON_ObjectFromString('{"Text":"Lorem Ipsum"}') TEXT _txt _txt := %JSON_ObjectGetFieldName(_obj, 1) %JSON_FreeObjectHandle(_obj)
Related pages:
JSON format manipulation functionsFunction arguments - types
Pridať komentár
Pridať komentár