System.JSON.Builders
API to read and write JSON data. Includes wrappers for the TJSONWriter and TJSONReader classes.
Package | rtl280.bpl |
---|
Classes
EJSONCollectionBuilderError | Exception class used by TJSONCollectionBuilder. |
EJSONIteratorError | Exception class used by TJSONIterator. |
TJSONArrayBuilder | JSON writer wrapper that provides a fluent interface to write a JSON array. |
TJSONCollectionBuilder | Wrapper of the TJsonWriter class that provides logic to serialize JSON data. |
TJSONIterator | Allows you to iterate through the content that a JSON reader provides. |
TJSONObjectBuilder | JSON writer wrapper that provides a fluent interface to write a JSON object. |