Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/5t111111/neat-json.vim


https://github.com/5t111111/neat-json.vim

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

neat-json.vim
============

neat-json.vim is a plugin that enables you to indent the JSON on the current buffer prettily.
if_pyth is required as it is written in Python.

Installation
-------------

When using NeoBundle, add this in your .vimrc.

NeoBundle '5t111111/neat-json.vim'

Usage
-------------

neat-json has two types of JSON indention.

* NeatJson
This command indents the JSON string on the current buffer, also the strings is displayed as encoded by utf-8.
* NeatRawJson
This command indents the JSON string on the current buffer, also the strings is displayed in raw utf-8.