This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

0.0.3 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i as-kati

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

444 kB

Total Files

15

Last publish

Collaborators

  • slicewire-dev