You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

json-as

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-as - npm Package Compare versions

Comparing version

to
0.5.29

2

package.json
{
"name": "json-as",
"version": "0.5.28",
"version": "0.5.29",
"description": "JSON encoder/decoder for AssemblyScript",

@@ -5,0 +5,0 @@ "types": "assembly/index.ts",

# AS-JSON
![AssemblyScript](https://img.shields.io/badge/AssemblyScript-blue)
![WebAssembly](https://img.shields.io/badge/WebAssemby-purple)
Probably the fastest JSON parser for AssemblyScript with many more optimizations coming down the pipeline.
## Installation

@@ -78,3 +80,3 @@

Performance is nearly equal to the JavaScript JSON implementation which is in C++.
Performance exceeds JavaScript JSON implementation by an average of 230% but this decreases with larger data packets.

@@ -91,5 +93,5 @@ ## Performance

**Serialize String (5):** ~5.2m ops/sw
**Serialize String (5):** ~4.2m ops/s
**Deserialize String (5):** ~1.36m ops/s
**Deserialize String (5):** ~12m ops/s

@@ -96,0 +98,0 @@ ## Issues

{
"name": "@json-as/transform",
"version": "0.5.28",
"version": "0.5.29",
"description": "JSON encoder/decoder for AssemblyScript",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",