DJSON

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    DJSON - Decommisioned. Use JSONY.pm instead.

SYNOPSIS
        use DJSON;

        my $data = decode_djson $djson_string;

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

DJSON SYNTAX
    Here is some examples of DJSON followed by equivalent JSON:

    Words don't need quotes. A list of things is an array:

        foo bar baz

        [ "foo", "bar", "baz" ]

lib/DJSON.pod  view on Meta::CPAN


=head1 SYNOPSIS

    use DJSON;

    my $data = decode_djson $djson_string;

=head1 DESCRIPTION

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

=head1 DJSON SYNTAX

Here is some examples of DJSON followed by equivalent JSON:

Words don't need quotes. A list of things is an array:

    foo bar baz



( run in 1.507 second using v1.01-cache-2.11-cpan-26ccb49234f )