Jump to content

JSON: Difference between revisions

From cernipedia
Page created automatically by script
 
No edit summary
 
Line 1: Line 1:
an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types [[Category:Abbreviations]] [[Category:FAPlist]]
'''JSON''' ('''JavaScript Object Notation''', pronounced /ˈdʒeɪsən/ or /ˈdʒeɪˌsɒn/) is an open standard file format and data interchange format that uses human-readabletext to store and transmit data objects consisting of name–value pairs and arrays(or other serializable values). It is a commonly used data format with diverse uses in electronic data interchange, including that of web applications with servers.
 
For more information, see [[wikipedia:JSON|Wikipedia]].
[[Category:Abbreviations]] [[Category:FAPlist]]
[[Category:Pages linking to Wikipedia]]
[[Category:Standards]]

Latest revision as of 08:45, 10 April 2026

JSON (JavaScript Object Notation, pronounced /ˈdʒeɪsən/ or /ˈdʒeɪˌsɒn/) is an open standard file format and data interchange format that uses human-readabletext to store and transmit data objects consisting of name–value pairs and arrays(or other serializable values). It is a commonly used data format with diverse uses in electronic data interchange, including that of web applications with servers.

For more information, see Wikipedia.