Searches through the object's children for a label holding the text text_label
- Parameters:
-
| object | a json_value of type JSON_OBJECT |
| text_label | the c-string to search for through the object's child labels |
- Returns:
- a pointer to the first label holding a text equal to text_label or NULL if there is no such label or if object has no children
Definition at line 3761 of file json.c.