App-JYJ/lib/App/JYJ.pod
=pod
=encoding utf8
=head1 App::JYJ
Convert JSON to YAML to JSON to...
=head2 Synopsis
$ cat file.json | jyj # YAML
$ cat file.json | jyj | jyj # JSON
$ cat file.json | jyj | jyj |jyj # YAML
=head2 Description
This module installs a command-line tool called C<jyj>.
It reads stdin.
If it looks like JSON, it prints the YAML dump of the JSON decoding.
If it looks like YAML, it prints the JSON encoding of the YAML load.
That's it.
=head2 Author
Ingy döt Net L<ingy@cpan.org|mailto:ingy@cpan.org>
=head2 Copyright and License
Copyright 2022. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it underthe same terms as Perl itself.
=cut