JSON: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 1: Line 1:
[[file:Connection.png|right|frame|Web Science<ref>http://www.flaticon.com/</ref>]]
[[file:Connection.png|right|frame|Web Science<ref>http://www.flaticon.com/</ref>]]
JSON, one helluva cool programming language. JSON in itself stands for JavaScript Object Notation, which basically means that it is used for Notating Objects, duh. JSON is a JS derivative, it uses very similar if not the exact same syntax as JS (example 1)


<syntaxhighlight>
<syntaxhighlight>
JSON, one helluva cool programming language. JSON in itself stands for JavaScript Object Notation, which basically means that it is used for Notating Objects, duh. JSON is a JS derivative, it uses very similar if not the exact same syntax as JS (example 1)
 
</syntaxhighlight>
</syntaxhighlight>



Revision as of 10:38, 12 September 2018

Web Science[1]

JSON, one helluva cool programming language. JSON in itself stands for JavaScript Object Notation, which basically means that it is used for Notating Objects, duh. JSON is a JS derivative, it uses very similar if not the exact same syntax as JS (example 1)

Standards

  • This topic doesn't cover a specific standard, but it is something you should you know.

References