JSON (JavaScript Object Notation) is a subset of JavaScript useful as a format for transferring data from program to program, much like XML.
Read all about it at json.org!
You can read and write JSON from Emacs Lisp using json.el.
Some highlighting support for editing json files is provided by json-mode.