How do I get started with JSON?

Hi guys,
I need to have a highscore on my web based game. I guess I’ll need to use jason, but I don’t have any idea where to start. It seems really complicated. I found one tutorial in this forum but it didn’t make much sense to me. Is there a beginners guide/tutorial for using jason or whatever I’ll need to create a highscore?

Cheers

Farre

Try to read this

Sorry but it is in french

Here two examples in GDevelop
https://editor.gdevelop-app.com/?project=example://parse-json-from-api
https://editor.gdevelop-app.com/?project=example://parse-json-string

Thanks, but I don’t speak or read French.

Thanks!
Is there any description for the examples how to implement it? The first example seem to use an external json file, but how does the program know where the file is and what should be written in the json file?

//Farre

In the JSON API example the file is hosted in a website.If you want to store the file in a PC/MAC you should use filesystem.
Take a look here for filesystem
https://editor.gdevelop-app.com/?project=example://filesystem-create-directory