Skip to content

framework-tools/adn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADN (Advanced Data Notation)

Like JSON, but more compact & supports more features (maps, sets, etc)

Installation

npm i @framework-tools/adn

Usage

import { serialize, deserialize } from '@framework-tools/adn'

let obj = {
    hello: 'world'
}

console.log(deserialize(serialize(obj)))

Todo

  • EntityID
  • escape null bytes in strings
  • tests
  • docs
  • addon system
  • date representation
  • map
  • set

Contribution

lerna run watch --parallel
lerna link
lerna run compile
lerna publish

About

Advanced Data Notation

Resources

Stars

Watchers

Forks

Packages

No packages published