![]() |
JSON Parser
1.0
|
| char* json_generate_path_from_links | ( | json_path_t | path[], |
| unsigned int | count | ||
| ) |
Create a character array describing a set of links in a JSON Data block for reporting or printing purposes.
| [in] | path | an array of json_path_t elements that describe the JSON path to generate. |
| [in] | count | the number of elements in the path. \retval pointer to character array containing the text generated.
Caller is responsible for proper management and disposal
of storage related to this character array. |