ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
JSON.php File Reference

Go to the source code of this file.

Data Structures

class  Services_JSON
 Converts to and from JSON format. More...
 

Namespaces

 Services_JSON
 

Variables

const SERVICES_JSON_SLICE 1
 Marker constant for Services_JSON::decode(), used to flag stack state. More...
 
const SERVICES_JSON_IN_STR 2
 Marker constant for Services_JSON::decode(), used to flag stack state. More...
 
const SERVICES_JSON_IN_ARR 3
 Marker constant for Services_JSON::decode(), used to flag stack state. More...
 
const SERVICES_JSON_IN_OBJ 4
 Marker constant for Services_JSON::decode(), used to flag stack state. More...
 
const SERVICES_JSON_IN_CMT 5
 Marker constant for Services_JSON::decode(), used to flag stack state. More...
 
const SERVICES_JSON_LOOSE_TYPE 16
 Behavior switch for Services_JSON::decode() More...
 
const SERVICES_JSON_SUPPRESS_ERRORS 32
 Behavior switch for Services_JSON::decode() More...
 

Variable Documentation

◆ SERVICES_JSON_IN_ARR

const SERVICES_JSON_IN_ARR 3

Marker constant for Services_JSON::decode(), used to flag stack state.

Definition at line 72 of file JSON.php.

Referenced by Services_JSON\decode().

◆ SERVICES_JSON_IN_CMT

const SERVICES_JSON_IN_CMT 5

Marker constant for Services_JSON::decode(), used to flag stack state.

Definition at line 82 of file JSON.php.

Referenced by Services_JSON\decode().

◆ SERVICES_JSON_IN_OBJ

const SERVICES_JSON_IN_OBJ 4

Marker constant for Services_JSON::decode(), used to flag stack state.

Definition at line 77 of file JSON.php.

Referenced by Services_JSON\decode().

◆ SERVICES_JSON_IN_STR

const SERVICES_JSON_IN_STR 2

Marker constant for Services_JSON::decode(), used to flag stack state.

Definition at line 67 of file JSON.php.

Referenced by Services_JSON\decode().

◆ SERVICES_JSON_LOOSE_TYPE

const SERVICES_JSON_LOOSE_TYPE 16

Behavior switch for Services_JSON::decode()

Definition at line 87 of file JSON.php.

Referenced by Services_JSON\decode().

◆ SERVICES_JSON_SLICE

const SERVICES_JSON_SLICE 1

Marker constant for Services_JSON::decode(), used to flag stack state.

Definition at line 62 of file JSON.php.

Referenced by Services_JSON\decode().

◆ SERVICES_JSON_SUPPRESS_ERRORS

const SERVICES_JSON_SUPPRESS_ERRORS 32

Behavior switch for Services_JSON::decode()

Definition at line 92 of file JSON.php.

Referenced by ilJsonUtil\decode(), ilJsonUtil\encode(), and Services_JSON\encode().