Getting started with JSON

We’ve had a few questions recently about working with JSON in Thunkable, and it’s a format that works with a lot of our components so I think this is something we will be making some tutorials about soon.

When I spotted this video yesterday I thought it was something the community would be interested in:

If you have any other interesting examples or tutorials for JSON please share them here.

6 Likes

Just a reminder that I also have my JSONTools Extension that makes working with JSON easier which includes updated documentation and examples.

I also have an article on understanding JSON and the different types of objects and syntax located at: http://thunkableblocks.blogspot.com/2017/07/understanding-json-and-how-it-works.html?m=1

5 Likes

Learn JSON: https://www.w3schools.com/js/js_json_intro.asp
JSON specification: https://json.org/
JSON validator: https://tools.learningcontainer.com/json-validator/

2 Likes

Thanks for sharing @LukeGackle and @Red_Panda!

1 Like

Recently made an App with auto category system and more based on Json Tool extension.
Video & aia file link: https://youtu.be/5uU_t2yjgvY
App Link: https://play.google.com/store/apps/details?id=com.odiagk.app
@LukeGackle

4 Likes