Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

JSON

JSON - Data notation

< >

JSON is a data notation created in 2001 by Douglas Crockford.

#17on PLDB 22Years Old 355.7kUsers
17Books 10Papers 133Repos

In computing, JavaScript Object Notation or JSON ( JAY-sən), is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value). It is a very common data format used for asynchronous browser–server communication, including as a replacement for XML in some AJAX-style systems. JSON is a language-independent data format. Read more on Wikipedia...


Example from hello-world:
{ "hello": "world" }
Example from Linguist:
{ "id": 1, "name": "Foo", "price": 123, "tags": ["Bar","Eek"], "stock": { "warehouse":300, "retail":20 } }
Example from Wikipedia:
var y = {a: undefined}; var ys = JSON.stringify(y, function (k, v){return (v === undefined) ? "UNDEFINED" : v});

Language features

Feature Supported Token Example
Lists ✓
[1, 2, 3]
Maps ✓
{"name": "Mary"}
Strings ✓
"hello world"
Integers ✓
80766866
Floats ✓
2.3
Booleans ✓
false
Case Insensitive Identifiers X
Semantic Indentation X
Multiline Strings X
File Imports X
MultiLine Comments X
Ternary operators X
Conditionals X
Line Comments X
Macros X
Comments X
Disk Output X

Books about JSON from ISBNdb

title authors year publisher
Beginning Reactive Programming with Swift: Using RxSwift, Amazon Web Services, and JSON with iOS and macOS Feiler, Jesse 2018 Apress
Learn Json In A Day : The Ultimate Crash Course To Learning The Basics Of Json In No Time Acodemy 2015 Createspace Independent Publishing Platform
Beginning JSON SMITH, BEN 2015 Apress
MySQL & JSON A Practical Programming Guide: Second Edition Stokes, David 2020 Bowker
XML and JSON Recipes for SQL Server: A Problem-Solution Approach Grinberg, Alex 2017 Apress
Dan Gookin's Guide to XML and JSON Programming Gookin, Dan 2019 Independently published
JavaScript and JSON Essentials Sriparasa, Sai Srinivas 2013 Packt Publishing
Developing RESTful Services with JAX-RS 2.0, WebSockets, and JSON Kalali, Masoud and Mehta, Bhakti 2013 Packt Publishing
JavaScript JSON Cookbook Rischpater, Ray 2015 Packt Publishing
Pro Power BI Theme Creation: JSON Stylesheets for Automated Dashboard Formatting Aspin, Adam 2021 Apress
Developing RESTful Services with JAX-RS 2.0, WebSockets, and JSON Kalali, Masoud and Mehta, Bhakti 2013 Packt Publishing
JSON Quick Syntax Reference Wallace Jackson 20160518 Springer Nature
JavaScript and JSON Essentials Bruno Joseph D'mello; Sai Srinivas Sriparasa 23-04-2018 Packt Publishing
Java XML and JSON Jeff Friesen 20190110 Springer Nature
Java XML and JSON JEFF FRIESEN 20160615 Springer Nature
JSON 296 Success Secrets - 296 Most Asked Questions On JSON - What You Need To Know Laura Davenport 20140323 Emereo
Developing RESTful services with JAX-RS 2.0, WebSockets, and JSON Kalali, Masoud. Packt Pub.

Publications about JSON from Semantic Scholar

title authors year citations influentialCitations
Simplifying the interaction between cognitive models and task environments with the JSON Network Interface Ryan M. Hope and M. Schoelles and Wayne D. Gray 2014 16 4
Keamanan RESTful Web Service Menggunakan JSON Web Token (JWT) HMAC SHA-512 Alam Rahmatulloh and Heni Sulastri and R. Nugroho 2018 14 3
Schemas and Types for JSON Data: From Theory to Practice M. Baazizi and Dario Colazzo and G. Ghelli and C. Sartiani 2019 10 0
Survey on JSON Data Modelling Teng Lv and Ping Yan and Weimin He 2018 7 0
Implementasi JSON untuk Minimasi Penggunaan Jumlah Kolom Suatu Tabel Pada Database PostgreSQL M. A. Rosid 2017 5 1
PENCARIAN INFORMASI DATA PESAWAT MENGGUNAKAN NOMOR REGISTRASI PESAWAT DENGAN MEMANFAATKAN DATABASE DAN JSON Yulis Robert Latumaone and Haruno Sajati and Nurcahyani Dewi Retnowati 2016 2 0
On Massive JSON Data Model and Schema Teng Lv and Ping Yan and Weimin He 2019 2 0
Implementation of AJAX and JSON to Improve Web Application Performance M. Z. Abdillah 2016 1 0
A Survey on JSON Data Stores L. Irshad and Zongmin Ma and Li Yan 2019 1 0
Research and Application of Data Exchange based on JSON Changxia Sun and Xia Zeng and Chengzhong Sun and Haiping Si and Yanling Li 2020 1 0
r.html · json.html · go.html

View source

- Build the next great programming language · Search · Day 214 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com