This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hron

0.1.2 • Public • Published

Hron

Hron is based on the haxe-serialization.

Installation

$ npm install hron

How to use

encode

hron.encode( [js-object] );

decode

hron.decode( [hron-string] );

Supported type

  • null ( n )
  • NaN ( k )
  • negative infinity ( m )
  • positive infinity ( p )
  • normal float ( d )
  • zero ( z )
  • bool ( t ) or ( f )
  • string ( y [length] v [urlencode string] )
  • array ( a ... h )
  • object ( o ... g )

Etc

Github

C. 2014. tnRaro admin@tnraro.com

Readme

Keywords

Package Sidebar

Install

npm i hron

Weekly Downloads

0

Version

0.1.2

License

GPL

Last publish

Collaborators

  • tnraro