Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions 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.github.io/

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

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages