[OS X Emacs] Aquamacs and JSON

Edward O'Connor hober0 at gmail.com
Tue Oct 4 17:23:31 EDT 2011


Hi,

> I want to view JSON files on emacs. I use Aquamacs on MAC OSX.

Since JSON is a subset of JavaScript's literal object syntax, you can
simply use the mode you typically use for editing JavaScript to edit
JSON files.

> I have downloaded the json.el file.

json.el provides a JSON parser & serializer for use by other Emacs
Lisp libraries; it is not a major mode for editing JSON content.


Ted



More information about the MacOSX-Emacs mailing list