Skip to content

Commit 8c2aaa9

Browse files
authored
chore: update docs for json lib (#236)
* chore: update docs for json lib * Update src/status.md
1 parent 958053e commit 8c2aaa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/built-with-assemblyscript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ A place for all things AssemblyScript. Feel free to add your projects and applic
121121
Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for WebAssembly languages.
122122
* [as-proto](https://github.com/piotr-oles/as-proto)<br />
123123
Protobuf encoder/decoder library.
124-
* [as-json](https://github.com/JairusSW/as-json)<br />
124+
* [json-as](https://github.com/JairusSW/json-as)<br />
125125
JSON encoder / decoder.
126126
* [as-msgpack](https://github.com/wapc/as-msgpack)<br />
127127
MessagePack package for AssemblyScript.

src/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ As such, certain higher-level language features still have their limitations or
129129
| Union&nbsp;types | Union types are not supported yet, except for nullable class types. There is no `any` type. A viable alternative is to use generics specialized with [static type checks](./stdlib/globals.md#static-type-checks) to achieve a similar effect.
130130
| Symbols | Symbols are implemented in the standard library, but don't have deep compiler integration yet.
131131
| Object literals | Object literals can be used in places where the current type is a bare class, then corresponding to an instantiation of the class.
132-
| JSON | JSON is not strictly typed in nature, so we haven't settled on a standard yet. Solutions developed by the community: [assemblyscript-json](https://github.com/nearprotocol/assemblyscript-json)
132+
| JSON | JSON is not strictly typed in nature, so we haven't settled on a standard yet. Solutions developed by the community: [json-as](https://github.com/JairusSW/json-as)
133133
| RegExp | Regular expressions need quite a lot of supporting code with many quirks, and we haven't decided on an implementation yet. Solutions developed by the community: [assemblyscript-regex](https://github.com/ColinEberhardt/assemblyscript-regex)
134134
| Date | There is initial support for the UTC parts, but WebAssembly lacks access to the system's time zone data. In general the Temporal proposal could be more feasible to adopt. Solutions developed by the community: [assemblyscript-temporal](https://github.com/ColinEberhardt/assemblyscript-temporal).
135135
||

0 commit comments

Comments
 (0)