I couldn’t really find any manual entry on this, but can someone explain to me the point of using a JSON object instead of an array or dictionary?
Here's the JSON plugin manual entry.
JSON lets you deal with more complicated data structures, such as objects with arrays for keys. While you can do a lot with Array and Dictionary, JSON lets you do even more, and since it's a standardised format is useful for integrating with other systems.
Develop games in your browser. Powerful, performant & highly capable.
Ashley - Understood, thank you! I think I’ve kept checking the c2 manual by mistake :)