Difference between revisions of "KB00002:JSON Functions"
From PartKeepr Wiki
(Created page with "PartKeepr requires the [http://php.net/manual/en/function.json-encode.php json_encode] and [http://php.net/manual/en/function.json-decode.php json_decode] functions to be pres...") |
|||
Line 6: | Line 6: | ||
apt-get install php5-json | apt-get install php5-json | ||
</pre> | </pre> | ||
+ | |||
+ | [[Category:Knowledge Base]] |
Latest revision as of 18:01, 4 November 2015
PartKeepr requires the json_encode and json_decode functions to be present.
On Debian, you can install the PHP JSON Extension using:
apt-get install php5-json