Class CBJson
Json helper functions.
Adds the following functionality:- JSON string validation: CBJson::isValid()
- JSON formatting/indentation: CBJson::indent()
- JSON soft decoding: CBJson::softDecode*() (does not fail if json is invalid)
Package: Components
Author: Konstantinos Filios <konfilios@gmail.com>
Since: 1.0
Located at components/CBJson.php
Author: Konstantinos Filios <konfilios@gmail.com>
Since: 1.0
Located at components/CBJson.php
public static
boolean
|
|
public static
string
|
|
public static
string
|
#
getLastErrorString( )
Returns string/text describing the last error occured while json encoding/decoding. |
public static
mixed
|
|
public static
array
|
|
public static
mixed
|