kati
TypeScript icon, indicating that this package has built-in type declarations

0.6.2 • Public • Published

Kati

Extremely fast JSON serializer and deserializer

Installation

~ npm install kati

Usage

const kati = require('kati')

const serialized = kati.stringify({
  hello: 'world',
  array: ['Hey!', 3.14],
})

console.log('Serialized: ' + stringified)

const deserialized = kati.parse(serialized)

console.log('Deserialized: ' + deserialized)

Benchmarks

Array

Array

Object

Object

String

String

Number

Number

Boolean

Boolean

Null

Null

Package Sidebar

Install

npm i kati

Weekly Downloads

12

Version

0.6.2

License

MIT

Unpacked Size

11.2 kB

Total Files

7

Last publish

Collaborators

  • slicewire-dev