Recommend this page to a friend! |
Classes of Gjero Krsteski | PIMF | manuscript/Working with Pimf_Util_Json.md | Download |
|
DownloadJsonIn PHP we have some nifty functions named json_encode() and json_decode() and PIMF makes great use of these. Why? Because JSON is very easy to read and convenient for storing arrays and objects with values as strings. Encode
Decode
What can I put into JSON?You can use any of the following data types in your JSON:
|