How do I add values to semi-complex JSON object?
- by Nick Verheijen
I'm fairly new to using JSON objects and I'm kinda stuck.
I've got an JSON object that was converted from this array:
Array
(
[status] => success
[id] => 1
[name] => Zone 1
[description] => Awesome zone deze..
[tiles] => Array
(
// Column for the tile grid
[0] => Array
(
…