22 public static function encode($mixed, $suppress_native =
false) {
24 return json_encode($mixed);
35 public static function decode($json_notated_string, $suppress_native =
false) {
37 return json_decode($json_notated_string);
An exception for terminatinating execution or to throw for unit testing.
JSON (Javascript Object Notation) functions with backward compatibility for PHP version < 5....
static encode($mixed, $suppress_native=false)
static decode($json_notated_string, $suppress_native=false)