|
ILIAS
Release_4_2_x_branch Revision 61807
|
Go to the source code of this file.
Data Structures | |
| class | Services_JSON |
| Converts to and from JSON format. More... | |
Namespaces | |
| namespace | Services_JSON |
Variables | |
| const | SERVICES_JSON_SLICE = 1 |
| Marker constant for Services_JSON::decode(), used to flag stack state. | |
| const | SERVICES_JSON_IN_STR = 2 |
| Marker constant for Services_JSON::decode(), used to flag stack state. | |
| const | SERVICES_JSON_IN_ARR = 3 |
| Marker constant for Services_JSON::decode(), used to flag stack state. | |
| const | SERVICES_JSON_IN_OBJ = 4 |
| Marker constant for Services_JSON::decode(), used to flag stack state. | |
| const | SERVICES_JSON_IN_CMT = 5 |
| Marker constant for Services_JSON::decode(), used to flag stack state. | |
| const | SERVICES_JSON_LOOSE_TYPE = 16 |
| Behavior switch for Services_JSON::decode() | |
| const | SERVICES_JSON_SUPPRESS_ERRORS = 32 |
| Behavior switch for Services_JSON::decode() | |
| const SERVICES_JSON_IN_ARR = 3 |
Marker constant for Services_JSON::decode(), used to flag stack state.
| const SERVICES_JSON_IN_CMT = 5 |
Marker constant for Services_JSON::decode(), used to flag stack state.
| const SERVICES_JSON_IN_OBJ = 4 |
Marker constant for Services_JSON::decode(), used to flag stack state.
| const SERVICES_JSON_IN_STR = 2 |
Marker constant for Services_JSON::decode(), used to flag stack state.
| const SERVICES_JSON_LOOSE_TYPE = 16 |
Behavior switch for Services_JSON::decode()
| const SERVICES_JSON_SLICE = 1 |
Marker constant for Services_JSON::decode(), used to flag stack state.
| const SERVICES_JSON_SUPPRESS_ERRORS = 32 |
Behavior switch for Services_JSON::decode()