NAME
kv2json - command line utility for building json
SYNOPSIS
% kv2json var=baz fruits[]=apple,orange aa[bb]=cc
{"fruits":["apple","orange"],"var":"baz","aa":{"bb":"cc"}}
DESCRIPTION
kv2json is command line utility for building json.
LICENSE
Copyright (C) Songmu.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Songmu <y.songmu@gmail.com>