Help for this page

Select Code to Download


  1. or download this
    use JSON::Tiny;
    $JSON::Tiny::FALSE = 0;
    ...
    my $j = JSON::Tiny->new();
    # ... Booleans in JSON being decoded now return 0 and 1 instead of
    #     JSON::Tiny::Bool objects