assemblyscript-json icon indicating copy to clipboard operation
assemblyscript-json copied to clipboard

JSON encoder / decoder for AssemblyScript

Results 48 assemblyscript-json issues
Sort by recently updated
recently updated
newest added

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.2 to 0.22.18. Release notes Sourced from typedoc's releases. v0.22.18 Features Relaxed restrictions on @enum style enums to also permit non-literal strings and numbers, #1956. Bug Fixes...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 8.0.1. Release notes Sourced from husky's releases. v8.0.0 What's Changed Feats feat: add husky - prefix to logged global error messages by @​joshbalfour in typicode/husky#1092...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.19.8 to 0.19.23. Release notes Sourced from assemblyscript's releases. v0.19.23 Bug fixes Fix assertion when assigning an object literal to an interface (#2197) (fa14b3b03bd4607efa52aaff3132bea0c03a7989) Other Disable CI...

dependencies

Hi. I am building an Envoy extension and looking at using AssemblyScript to produce WASM. I can't get this library running in my extension. When trying to parse some JSON,...

I'm looking for a replacement of `JSON.stringify()` that I can call in my NEAR AssemblyScript contract. I found this repo. https://github.com/near/assemblyscript-json/commit/1edab439e33acd787671618d33c1ec4250f523c9 commit message "Made JSON.stringify comptible with javascript JSON" (sic)...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.2 to 4.33.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.2 to 4.33.0. Release notes Sourced from @​typescript-eslint/parser's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...

dependencies

Addresses example mentioned here #305 , but not implementation itself (making `Integer` a `Num` just like `Float` is).