Difference between revisions of "KB00002:JSON Functions"

From PartKeepr Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 19:53, 4 October 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