System.JSON.Builders

From RAD Studio API Documentation
Jump to: navigation, search

API to read and write JSON data. Includes wrappers for the TJSONWriter and TJSONReader classes.

Package rtl270.bpl

Classes

EJSONCollectionBuilderErrorException class used by TJSONCollectionBuilder.
EJSONIteratorErrorException class used by TJSONIterator.
TJSONArrayBuilderJSON writer wrapper that provides a fluent interface to write a JSON array.
TJSONCollectionBuilderWrapper of the TJsonWriter class that provides logic to serialize JSON data.
TJSONIteratorAllows you to iterate through the content that a JSON reader provides.
TJSONObjectBuilderJSON writer wrapper that provides a fluent interface to write a JSON object.