KB00002:JSON Functions

From PartKeepr Wiki
Revision as of 19:53, 4 October 2015 by Felicitus (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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