Index ¦ Archives

JSON

In computing, JSON (JavaScript Object Notation) is an open-standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is the most common data format used for asynchronous browser/server communication, largely replacing XML which is used by Ajax.

nvim example.json

{
  "firstName": "Daniel",
  "lastName": "Pimentel",
  "Style": "Geek"
}

JSON

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.