JSON File Format Tips

From Pikes Peak Makerspace Wiki
Jump to navigation Jump to search

JSON stands for "JavaScript Object Notation", a human-readable document format for storing and exchanging data.

Generally, it is text that is easy for humans to read and write, and easy for machines to parse (read) and generate (write).

Douglas Crockford, the developer of JSON and various JavaScript tools, says it is pronounced "Jason", but it is popularly known as "Jay'-sawn"

Variations include GeoJSON for simple geographic features.

Alternative formats include CSV (Comma Separated Values, for data) and YAML (usually for configuration files).

Contact Us if you cannot find your answer here on our Wiki or if you notice any outdated information.



burst of white rays on orange background

Tips

  • File extension is .json (but not .js, which is JavaScript).
  • In JSON files, whitespace is allowed between elements punctuation, for example.
  • Comments are generally not a part of JSON files, but some variations do allow comments.
  • JSON can be stored directly into some relational databases.

External Training

Links to external sites:

Introducing JSON — JSON Data Interchange Standard

JSON - Introduction — on W3Schools

Additional Help

Use the PPM Slack channel #computing
Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.


Search the PPM Wiki — include Content pages as well as Multimedia.

Contact Us if you cannot find your answer here on our Wiki or if you notice any outdated information.