Read JSON in MIT App Inventor | How to Decode JSON File | MIT App Inventor File #json #appinventor
Hello friends,
In this tutorial, I am teaching you about JSON (Javascript Object Notation) and how a JSON file is decoded in MIT App Inventor using the Dictionary Block. First, I am teaching how to read a JSON text file into the system. After reading the JSON file, it is decoded and stored in a global variable and I am also teaching how we can search through this data to find some particular information.
📝 Written tutorial and project aia file:
https://obsidiansofteducation.blogspot.com/p/read-and-decode-json-in-mit-app-inventor.html
JSON file used in this tutorial:
https://github.com/cheprasov/json-colors
#mitappinventor #decodejson #file #readfile #mitappinventorjson #jsonmitappinventor #dictionary #mitappinventordictionary #dictionarymitappinventor #androidappdevelopment #appinventor2 #appinventortutorial #mitappinventortutorial
Other MIT App Inventor Tutorials:
🔢 Calculator App:
https://youtu.be/DM_KJbit0mM
🟩🟩🟩⬜⬜ HealthBar/progress bar in MIT App Inventor:
https://youtu.be/rMyHKpQu7d8
🤖 Chatbot powered by GPT 3 (upgrade available below)
https://youtu.be/rFUSqn1uzWA
🤖 Chatbot powered by GPT 3.5 Turbo
https://youtu.be/aMQ35-A0Hto
🖼️🖼️Frame Animation in MIT App Inventor:
https://youtu.be/nPWTCR_DygQ
Customer Record App
https://youtu.be/EVRoyvyloUU
🪲 Debugging and Coding Tips for MIT App Inventor:
https://youtu.be/SYd_Dg6DS8k
🎞️ ❓Movie Quiz App:
https://youtu.be/QRNrtZG_5zY
🎤🔦 Voice-operated flashlight (Hands Free)
https://youtu.be/24JG5_DmHxQ
⌛ Countdown Timer App:
https://youtu.be/v454FvH7gNw
🛸 Space Invader Game:
https://youtu.be/mPPQVnLJS7U
❓Multiple Choice Quiz App:
https://youtu.be/5e4WwpheM8c
🎨 Basic Paint App:
https://youtu.be/prmTeD0cacw
🔦 Strobe Light App:
https://youtu.be/34VrKj0pYag
🧭 Compass App:
https://youtu.be/_5bXiZXjLqI
⏰ Alarm Clock App:
https://youtu.be/txrjTCUbFmI
👻 🔨 Smash the Ghost Game:
https://youtu.be/w9pY619xAVU
🎤 Voice Changing App:
https://youtu.be/Ko1H_NxtOLk
🎹 Piano App with Record Music feature:
https://youtu.be/pCgBwwSiJaI
🛒 Shopping List App:
https://youtu.be/kBt2fzEba1c
🔊 Noise Pollution App - Sound Pressure Sensor:
https://youtu.be/_M40XWcqMH4
🔘🔘 Custom Radio Buttons in MIT App Inventor:
https://youtu.be/Fcu8Dm9bFoE
💬 Chat App (Messenger App) With Topic-Specific Rooms:
https://youtu.be/ywuKZuA2csc
❄ Virtual Snow Globe:
https://youtu.be/jqVF0ZnbV7A
Free REDIS Cloud Account for custom CloudDB and using same CloudDB for multiple apps:
https://youtu.be/OoTNCQ_32C0
Create Quiz App linked to custom CloudDB:
https://youtu.be/J4ksXNTlq3g
Take Quiz App linked to custom CloudDB:
https://youtu.be/iOEe8iaMrX8
👤 Basic Login/Sign up Screen App:
https://youtu.be/nW_nfbSPDj8
Login/Sign up Screen App with Duplicate User check:
https://youtu.be/Cmy0VueB1zc
Special Thanks to Filmora for Intro Music
Please like my Facebook page and Instagram page for more FREE educational resources.
Facebook: https://www.facebook.com/ObsidianSoft/
Instagram: https://www.instagram.com/obsidiansoftapps/
For questions: contact me at obsidiansoftc@gmail.com
Chapters:
00:00 Introduction - Decode JSON file in MIT App Inventor
00:23 Intro to Channel - Obsidian Soft
00:40 Intro to JSON
00:53 JSON Link to Dictionary Block
01:04 JSON Example
02:11 JSON Role in APIs
02:42 Colors.json File - Decode JSON file in MIT App Inventor
03:50 Starting project - Decode JSON file in MIT App Inventor
04:03 Upload JSON file
04:15 UX Design - Decode JSON file in MIT App Inventor
05:28 Blocks - Decode JSON file in MIT App Inventor
06:04 Read File in MIT App Inventor
06:51 Decode JSON in MIT App Inventor
08:04 Search Color data - Decode JSON file in MIT App Inventor
08:30 Local Variables in MIT App Inventor
12:15 Break Control Block in MIT App Inventor
13:56 Submit Button - Decode JSON file in MIT App Inventor