Fillin (hover over or click) the blanks to learn about JSON, or create your own lines

+ A JSON stringifier converts JavaScript data structures into JSON text.
+ To convert a JSON text into an object, you can use the eval() function.
+ To output a json string as comma dilimited string using PHP: echo implode(', ', (array)json_decode($json_string)


A Lefkon Development