JSON | JSON in 10 minutes | Learn JSON | JSON Tutorial | JSON Basics | JSON | okayjava | okay java

Published: 22 November 2023
on channel: okay java
306
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.
JSON Features :
JSON stands for JavaScript Object Notation
JSON is a lightweight data-interchange format
JSON is plain text written in JavaScript object notation
JSON is used to send data between computers
JSON is language independent

JSON Syntax :
Data is in name/value pairs
Data is separated by commas
Curly braces hold objects
Square brackets hold arrays

JSON & Javascript
JavaScript has a built in function for converting JSON strings into JavaScript objects:
JSON.parse()
JavaScript also has a built in function for converting an object into a JSON string:
JSON.stringify()

#okayjava #json #learnjson #jsontutorial #jsonexample


Watch video JSON | JSON in 10 minutes | Learn JSON | JSON Tutorial | JSON Basics | JSON | okayjava | okay java online without registration, duration hours minute second in high quality. This video was added by user okay java 22 November 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 306 once and liked it 5 people.