File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The fastest JSON serialization and deserialization library for JavaScript, Node.js, browser.
4
4
5
+
5
6
## Supported Formats
6
7
7
8
This library implements the following serialization formats:
@@ -18,6 +19,7 @@ This library implements the following serialization formats:
18
19
19
20
Each format comes with optimized encoders and decoders designed for maximum performance.
20
21
22
+
21
23
## Installation
22
24
23
25
``` bash
@@ -39,13 +41,6 @@ const restored = decoder.decode(binary);
39
41
console .log (restored ); // {hello: 'world', numbers: [1, 2, 3]}
40
42
```
41
43
42
- ## Documentation
43
-
44
- For detailed documentation on each codec, refer to the individual README files in their respective folders:
45
-
46
- - Individual codec documentation is available in each ` src/<codec>/README.md ` file
47
- - Each codec includes comprehensive usage examples, API documentation, and performance benchmarks
48
-
49
44
50
45
## Benchmarks
51
46
You can’t perform that action at this time.
0 commit comments