The json library - Printable Version +- NaaLaa (https://www.naalaa.com/forum) +-- Forum: NaaLaa (https://www.naalaa.com/forum/forum-1.html) +--- Forum: NaaLaa 7 Code (https://www.naalaa.com/forum/forum-4.html) +--- Thread: The json library (/thread-43.html) |
The json library - Marcus - 02-01-2024 I don't remember if I ever posted something about the json library in the old forum - the one that crashed. But it's very easy to use and can be used for saving and loading most n7 tables. You can read more about the file format here: https://en.wikipedia.org/wiki/JSON Code: ' json_example.n7 Edit I wrote "most tables". You can assign functions to variabels in an n7 table, and json doesn't support that ofcourse. RE: The json library - 1micha.elok - 02-02-2024 (02-01-2024, 04:40 PM)Marcus Wrote: I don't remember if I ever posted something about the json library in the old forum - the one that crashed. But it's very easy to use and can be used for saving and loading most n7 tables. You can read more about the file format here: https://en.wikipedia.org/wiki/JSON Thank you for having shared the JSON library. It's remind me of your post "Platforms and Ladders" https://naalaa.com/forum/thread-25.html where you used JSON to represent each level in the game. It's amazing ! I am going to learn the JSON library now |