2017 © Pedro Peláez
 

library tcjson

parse and stringify circular data structures, with compatible counterpart in Javascript

image

nickeltobias/tcjson

parse and stringify circular data structures, with compatible counterpart in Javascript

  • Sunday, November 22, 2015
  • by nickeltobias
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

tJSON

like the native js JSON object, it provides the two methods strigify and parse. This lib is just like CircularJSON, but I guarantee the shortest possible JSON, that allow the same reproduction of your objects;, (*1)

Installation

In browser you load it how ever you want. for example as tag before you use it: ., (*2)

In node, run "npm install tjson" in your project. if necessary with --save parameter. and then in your script you require it by "var tXml = require('tjson');", (*3)

The Versions

22/11 2015

dev-master

9999999-dev

parse and stringify circular data structures, with compatible counterpart in Javascript

  Sources   Download

The Requires

  • php >=5.3.0