Skip to content

Instantly share code, notes, and snippets.

@kyoheiyazawa
Last active June 14, 2019 16:50
Show Gist options
  • Save kyoheiyazawa/aeb4416230f0e12e894071e90ef40d6a to your computer and use it in GitHub Desktop.
Save kyoheiyazawa/aeb4416230f0e12e894071e90ef40d6a to your computer and use it in GitHub Desktop.
Emacs—Format JSON within eww

Open a JSON URL.
Disable read only in eww buffer:

M-x read-only-mode

Select the JSON body.
Pretty print:

M-x json-pretty-print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment