◆ fiftyoneDegreesJsonDocumentEnd()
| void fiftyoneDegreesJsonDocumentEnd | ( | fiftyoneDegreesJson * | json | ) |
Writes the end of the JSON document characters to the buffer in json.
- Parameters
-
- json - data structure
◆ fiftyoneDegreesJsonDocumentStart()
void fiftyoneDegreesJsonDocumentStart ( fiftyoneDegreesJson * json ) Writes the start of the JSON document characters to the buffer in json.
- Parameters
-
- json - data structure
◆ fiftyoneDegreesJsonPropertyEnd()
void fiftyoneDegreesJsonPropertyEnd ( fiftyoneDegreesJson * json ) Writes the end of the property in json->property to the buffer in json.
- Parameters
-
- json - data structure
◆ fiftyoneDegreesJsonPropertySeparator()
void fiftyoneDegreesJsonPropertySeparator ( fiftyoneDegreesJson * json ) Writes the a property separator to the buffer in json.
- Parameters
-
- json - data structure
◆ fiftyoneDegreesJsonPropertyStart()
void fiftyoneDegreesJsonPropertyStart ( fiftyoneDegreesJson * json ) Writes the start of the property in json->property to the buffer in json.
- Parameters
-
- json - data structure
◆ fiftyoneDegreesJsonPropertyValues()
void fiftyoneDegreesJsonPropertyValues ( fiftyoneDegreesJson * json ) Writes the values in the json->values list to the buffer in json.
- Parameters
-
- json - data structure
