Simple quicktype wrapper for (neo)vim.
Install quicktype to use this plugin
npm install -g quicktype
Add to plugin list:
Plug 'SaschaMendel/vim-quicktype'
QuickType can be ran on selection or on the whole file.
Select text with visual mode and run:
:QuickType <?source>
Output of quicktype will replace selection/file.
The default source is json
and the generation language is inferred from current filetype