mirror of
https://github.com/fluencelabs/assemblyscript-json
synced 2025-04-25 06:42:24 +00:00
Fix remaining mentions of BSON
This commit is contained in:
parent
16f40c4c8d
commit
2f5e74136e
@ -34,7 +34,7 @@ encoder.setString("str", "");
|
||||
encoder.popObject();
|
||||
|
||||
// Get serialized data
|
||||
let bson: Uint8Array = encoder.serialize();
|
||||
let json: Uint8Array = encoder.serialize();
|
||||
|
||||
```
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { BSONDecoder } from './decoder';
|
||||
import { BSONEncoder } from './encoder';
|
||||
import { JSONDecoder } from './decoder';
|
||||
import { JSONEncoder } from './encoder';
|
||||
|
||||
export { BSONDecoder, BSONEncoder };
|
||||
export { JSONDecoder, JSONEncoder };
|
||||
|
Loading…
x
Reference in New Issue
Block a user