Skip to content

akiym/JSON-Hjson

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

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 t.akiym@gmail.com

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.

About

Human JSON (Hjson) deserializer for Perl 6

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages