Go to the source code of this file.
Classes | |
class | Services_JSON |
Converts to and from JSON format. More... | |
class | Services_JSON_Error |
Enumerations | |
enum | SERVICES_JSON_SLICE |
Converts to and from JSON format. More... | |
enum | SERVICES_JSON_IN_STR |
Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
enum | SERVICES_JSON_IN_ARR |
Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
enum | SERVICES_JSON_IN_OBJ |
Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
enum | SERVICES_JSON_IN_CMT |
Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
enum | SERVICES_JSON_LOOSE_TYPE |
Behavior switch for Services_JSON::decode(). More... | |
enum | SERVICES_JSON_SUPPRESS_ERRORS |
Behavior switch for Services_JSON::decode(). More... |
enum SERVICES_JSON_IN_ARR |
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 71 of file ApiFormatJson_json.php.
enum SERVICES_JSON_IN_CMT |
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 81 of file ApiFormatJson_json.php.
enum SERVICES_JSON_IN_OBJ |
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 76 of file ApiFormatJson_json.php.
enum SERVICES_JSON_IN_STR |
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 66 of file ApiFormatJson_json.php.