ServicesJSON.php
Table of Contents
Classes
- ServicesJSON
- Converts to and from JSON format.
Constants
- SERVICES_JSON_IN_ARR = 3
- Marker constant for Services_JSON::decode(), used to flag stack state
- SERVICES_JSON_IN_CMT = 5
- Marker constant for Services_JSON::decode(), used to flag stack state
- SERVICES_JSON_IN_OBJ = 4
- Marker constant for Services_JSON::decode(), used to flag stack state
- SERVICES_JSON_IN_STR = 2
- Marker constant for Services_JSON::decode(), used to flag stack state
- SERVICES_JSON_LOOSE_TYPE = 16
- Behavior switch for Services_JSON::decode()
- SERVICES_JSON_SLICE = 1
- Marker constant for Services_JSON::decode(), used to flag stack state
- SERVICES_JSON_SUPPRESS_ERRORS = 32
- Behavior switch for Services_JSON::decode()
Constants
SERVICES_JSON_IN_ARR
Marker constant for Services_JSON::decode(), used to flag stack state
public
mixed
SERVICES_JSON_IN_ARR
= 3
SERVICES_JSON_IN_CMT
Marker constant for Services_JSON::decode(), used to flag stack state
public
mixed
SERVICES_JSON_IN_CMT
= 5
SERVICES_JSON_IN_OBJ
Marker constant for Services_JSON::decode(), used to flag stack state
public
mixed
SERVICES_JSON_IN_OBJ
= 4
SERVICES_JSON_IN_STR
Marker constant for Services_JSON::decode(), used to flag stack state
public
mixed
SERVICES_JSON_IN_STR
= 2
SERVICES_JSON_LOOSE_TYPE
Behavior switch for Services_JSON::decode()
public
mixed
SERVICES_JSON_LOOSE_TYPE
= 16
SERVICES_JSON_SLICE
Marker constant for Services_JSON::decode(), used to flag stack state
public
mixed
SERVICES_JSON_SLICE
= 1
SERVICES_JSON_SUPPRESS_ERRORS
Behavior switch for Services_JSON::decode()
public
mixed
SERVICES_JSON_SUPPRESS_ERRORS
= 32