23 public static function encode($mixed, $suppress_native =
false)
25 return json_encode($mixed);
36 public static function decode($json_notated_string, $suppress_native =
false)
38 return json_decode($json_notated_string);
static encode($mixed, $suppress_native=false)
static decode($json_notated_string, $suppress_native=false)
JSON (Javascript Object Notation) functions with backward compatibility for PHP version < 5...