• R/O
  • HTTP
  • SSH
  • HTTPS

Arbre Source

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Nom Taille Révision l'heure Auteur Message de Log
lib
t
Makefile 117 376428d 2023-04-03 02:42:49 dyknon Optimized
README 504 10ecac5 2023-04-03 20:13:09 dyknon message about copy
readtest.sh 511 4e986ac 2023-04-02 03:11:25 dyknon Initial commit

README

= Text::Hjson

== About

It is Hjson <https://hjson.github.io/> parser written in perl.

== Usage

my $result = Text::Hjson->decode($hjson);

$hjson here should be a decoded utf8 string.

== Copyright

Test cases in t/hjson_official.t is distributed under MIT license.
The copyright notice and license can be found in the file itself.

Other portions of this package are written by dyknon in 2023.
they are associated to CC0 1.0
<https://creativecommons.org/publicdomain/zero/1.0/>.
Copyright is waived.