Group
Extension

Matches 1

JSONY ( I/IN/INGY/JSONY-0.1.21.tar.gz, INGY, 2020; MetaCPAN )
JSONY/lib/JSONY.pod ( view source; MetaCPAN )
head1 NAME

JSONY - Relaxed JSON with a little bit of YAML

=for html
<a href="https://travis-ci.org/ingydotnet/jsony-pm"><img src="https://travis-ci.org/ingydotnet/jsony-pm.png" alt="jsony-pm"></a>

describes L<JSONY> version B<0.1.21>.

=head1 SYNOPSIS

    use JSONY;

    my $data = JSONY->new->load($jsony_string);

=head1 DESCRIPTION

JSONY is a data language that is simlar to JSON, just more 
chill. All valid
JSON is also valid JSONY (and represents the same thing when loaded), but
JSONY lets you omit a lot of the syntax that makes JSON a pain to write.

=head1 API

JSONY has one instance 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.