Show: Delphi
C++
Display Preferences
Data.DBXJSON
From XE3 API Documentation
Defines classes that implement dbExpress JSON support for dbExpress callbacks, JSON arrays, byte readers, numbers, objects, pairs, strings and values.
Classes
| TDBXCallback | Represents the base class for callback methods. |
| TDBXCallbackDelegate | Represents an intermediate placeholder for a callback instance. |
| TDBXNamedCallback | Represents an extension of the base class for callback methods. |
| TJSONAncestor | Represents the ancestor class for all the JSON classes. |
| TJSONArray | Implements a JSON array. |
| TJSONArrayEnumerator | TJSONArrayEnumerator is a class that provides support for enumeration of values in a TJSONArray. |
| TJSONByteReader | Implements generalized byte consumption of a JSON parser. |
| TJSONException | JSON exception handler. |
| TJSONFalse | Implements a JSON false value. |
| TJSONNull | Implements a JSON null value. |
| TJSONNumber | Implements a JSON number. |
| TJSONObject | Implements a JSON object. |
| TJSONPair | Implements a JSON string : value pair. |
| TJSONPairEnumerator | Enumerator for JSON pairs. |
| TJSONString | Implements a JSON string. |
| TJSONTrue | Implements a JSON true value. |
| TJSONValue | Represents the ancestor class for all the JSON classes of type string, number, object, array, true, false, and null. |
Routines
| GetUSFormat | Returns the US format settings. |
Types
| TInt15 | Hex digit integer. |