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