0.3.4 • Published 3 years ago

@fractaldb/adn v0.3.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

ADN (Advanced Data Notation)

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

Installation

npm i @framework-tools/adn

Usage

import { ADN } from '@fractaldb/adn'
let adn = new ADN()
let obj = {
    hello: 'world'
}

console.log(adn.deserialize(adn.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
0.3.0

3 years ago

0.3.2

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.7

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago