json-auto-format
v0.0.3
Published
auto format json input in textarea
Maintainers
Readme
JSON Auto Format for HTML Textarea Input
This package helps in writing json input in textarea easier by adding auto close for objects, lists etc., and adding indents for cleaner looking input.
Features
- Adds paired characters automatically for '{', '[' and '"'.
- Skips '}',']' and '"', when entering
- Inserts newlines between {},[]
- Automatically adds Indent whereever necessary
- Wraps selected text with {} ,[] and ""
