There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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>