README

NAME

JSON::Hjson - Human JSON (Hjson) deserializer

SYNOPSIS

use JSON::Hjson;

my $text = q:to'...';
{
  // specify delay in
  // seconds
  delay: 1
  message: wake up!
}
...
say from-hjson($text).raku;

DESCRIPTION

JSON::Hjson implements Human JSON (Hjson) in Raku grammar.

SEE ALSO

JSON::Tiny

https://hjson.org/rfc.html

AUTHOR

Takumi Akiyama [email protected]

COPYRIGHT AND LICENSE

Copyright 2016 Takumi Akiyama

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

JSON::Hjson v0.0.3

Human JSON (Hjson) deserializer

Authors

  • Takumi Akiyama

License

Artistic-2.0

Dependencies

Provides

  • JSON::Hjson
  • JSON::Hjson::Actions
  • JSON::Hjson::Grammar

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