0.0.3 • Published 3 years ago

as-kati v0.0.3

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

AS-Kati ⚡

Extremely fast JSON serializer and deserializer for AssemblyScript

Installation

~ npm install as-kati

Features

  • Extremely fast 🔥
  • Works in the browser 🍻
  • Works with JSON 🦠
  • Built with AssemblyScript 🚀
  • Uses as-string-sink for maximum performance 😱

Usage

import * as kati from 'as-kati'

const serialized = kati.stringify([
    ['hello', 'world']
])

console.log('Serialized: ' + stringified)
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago