Comparing version
@@ -1,2 +0,1 @@ | ||
import { console, stringify } from '../node_modules/as-console/assembly/wasi' | ||
import { StringSink } from 'as-string-sink' | ||
@@ -715,4 +714,2 @@ import { DynamicObject } from './DynamicObject' | ||
if ((len - lastPos) > 0) result.set(key, data.slice(lastPos + 1, len).trim()) | ||
console.log(result.keys()) | ||
console.log(result.values()) | ||
// @ts-ignore | ||
@@ -719,0 +716,0 @@ return schema.__decode(result) |
{ | ||
"name": "json-as", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "JSON encoder/decoder for AssemblyScript", | ||
@@ -5,0 +5,0 @@ "types": "assembly/index.ts", |
73942
-0.19%1876
-0.16%