DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:json

This is an old revision of the document!


JSON Encoder/Decoder

Since json_decode and json_encode are not available on all systems they should not be used. Instead use our JSON class.

$json = new JSON();
 
$string = $json->encode(array('foo'));
 
$array  = $json->decode($string);
devel/json.1418369224.txt.gz · Last modified: 2014-12-12 08:27 by 70.81.134.165

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki