Skip to content

tjson/tjson.pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Perl parser for TJSON: https://www.tjson.org

NOTE: The TJSON spec is a DRAFT: This format is still in a draft state and subject to change!

This parser should be compliant as of Revision: 20 of draft-tjson-examples.txt

NOTE: This module requires unmerged changes to either Cpanel::JSON::XS or JSON::PP

There are pull requests at rurban/Cpanel-JSON-XS#75 (in discussion) and makamaka/JSON-PP#30 (declined)

My forks are at https://github.com/rabcyr/Cpanel-JSON-XS and https://github.com/rabcyr/JSON-PP

Currently it only handles decoding, with either the exported decode_tjson($tjson_string), or via TJSON->new->decode($tjson_string)

Proper documentation is lacking.

THIS IS PROOF-OF-CONCEPT CODE FOR AN UNSTABLE DRAFT SPEC. You have been warned.

About

Perl implementation of TJSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages