Subject: | Add --allow-nonref option |
Add options between the command and the target format that would allow to change the JSON decoder behaviour. Options names would all methods of a JSON::XS object that can be used for decoding.
That would allow this:
$ echo '"abc"' | json-to --allow-nonref perl
'abc'
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
That would allow this:
$ echo '"abc"' | json-to --allow-nonref perl
'abc'
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/