JSON and GML

V

Vṛka Majjā

Guest
Hey, I'm unfamiliar with JSON and its uses alongside GameMaker Studio 2. I want to know. Anybody have a good place to start?
 

CloseRange

Member
JSON is short for java script object notation. It's a type of object in js and also a file type that you may run into. It's VERY important in java script, but not as much in game maker. It's rare that you'll ever actually need it but you may need it sometimes if you need to import/export a file of this type.
JSON (JavaScript Object Notation) is a lightweight data-interchange format which is easy for to read and write, for both people and machines
If you do wanna learn more about it you can look into
json_encode and json_decode
 
Top