wCMF
3.6
|
Static Public Member Functions | |
static | decode ($value, $assoc=false) |
static | encode ($value) |
JSONUtil provides helper functions for JSON.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 28 of file class.JSONUtil.php.
|
static |
Decode a value
value | The value to decode |
assoc | True/False, wether to convert objects into associative arrays or not [default: false] |
Definition at line 36 of file class.JSONUtil.php.
Referenced by Application\Application(), JSONFormat\beforeDeserialize(), HTTPClient\doRemoteCall(), and RPCClient\doRemoteCall().
|
static |
Encode a value
value | The value to encode |
Definition at line 46 of file class.JSONUtil.php.
Referenced by gPrintJSONResult().