JSON5::Tiny

A JSON::Tiny fork for JSON5

JSON5::Tiny

JSON5::Tiny is a minimalistic module that reads and writes JSON5. It supports strings, numbers, arrays and hashes (no custom objects).

Synopsis

use JSON5::Tiny;
    my $json = to-json([1, 2, "a third item"]);
    my $copy-of-original-data-structure = from-json($json);

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.