We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedb456 commit 5519171Copy full SHA for 5519171
README.md
@@ -18,7 +18,7 @@ You need to have the [MELPA repository](https://melpa.org/) or [MELPA Stable rep
18
Default Keybindings
19
----
20
21
-- `C-c C-f`: format the region/buffer with `json-reformat` (<https://github.com/gongo/json-reformat>)
+- `C-c C-f`: format the region/buffer with `json-pretty-print` (<https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/json.el>)
22
- `C-c C-p`: display a path to the object at point with `json-snatcher` (<https://github.com/Sterlingg/json-snatcher>)
23
- `C-c P`: copy a path to the object at point to the kill ring with `json-snatcher` (<https://github.com/Sterlingg/json-snatcher>)
24
- `C-c C-t`: Toggle between `true` and `false` at point
0 commit comments