| Class | Description |
|---|---|
| JsonBackend |
Json backend implementation providing methods for the json legacy classes and functions.
|
| JsonBackend.ProCharacterEscapes |
A singleton class used for escaping characters while writing JSON strings.
|
| JsonBackend.ProPrettyPrinter |
Singleton used for overwriting the separator between the field name and its value in a JSON string.
|
| JsonBackend.TwoSpacesIndenter |
Singleton used for matching the indentation of the output JSON string with 4GL.
|
| JsonError |
Implementation of the Progress.Json.JsonError builtin class.
|
| JsonParser |
Implementation of the Progress.Json.JsonParser builtin class.
|
| JsonParserError |
The replacement for the built-in Progress.Json.JsonParserError.
|