what is a json file & what it does anyway? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

what is a json file & what it does anyway?

I first noticed a json while i was hanging out in diagflow platform. I looked into the codes but i’m still an alien to this json thing. can anybody please explain? thanks in advance 😊

27th May 2018, 2:24 PM
Delower Sumon
Delower Sumon - avatar
2 Réponses
+ 5
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. If you use Windows, you can open JSON files with Notepad or other type of text editor to view the contents. Simply right click on the file and then choose Open With from the drop-down menu. Click on Notepad on the submenu or click Browse if Notepad is not listed to open and view JSON files. https://stackoverflow.com/questions/383692/what-is-json-and-why-would-i-use-it files.avanquest.com/file-extension-json/ https://en.wikipedia.org/wiki/JSON
27th May 2018, 2:31 PM
Scooby
Scooby - avatar
+ 1
Thank you Jan Markus and Scooby🍔 for your information .👍🏼
27th May 2018, 7:42 PM
Delower Sumon
Delower Sumon - avatar