Produces a JSON markup text document from a json_t document tree to a text stream
- Parameters:
-
| root | The document's root node |
| text | a pointer to a char string that will hold the JSON document text. |
- Returns:
- a json_error code describing how the operation went Strips all JSON white spaces from the text string
- Parameters:
-
| text | a char string holding a JSON document or document snippet |
Definition at line 748 of file json.c.