Like JSON, but more compact & supports more features (maps, sets, etc)
npm i @framework-tools/adn
import { serialize, deserialize } from '@framework-tools/adn'
let obj = {
hello: 'world'
}
console.log(deserialize(serialize(obj)))
- EntityID
- escape null bytes in strings
- tests
- docs
- addon system
- date representation
- map
- set
lerna run watch --parallel
lerna link
lerna run compile
lerna publish