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 22
33The fastest JSON serialization and deserialization library for JavaScript, Node.js, browser.
44
5+
56## Supported Formats
67
78This library implements the following serialization formats:
@@ -18,6 +19,7 @@ This library implements the following serialization formats:
1819
1920Each format comes with optimized encoders and decoders designed for maximum performance.
2021
22+
2123## Installation
2224
2325``` bash
@@ -39,13 +41,6 @@ const restored = decoder.decode(binary);
3941console .log (restored ); // {hello: 'world', numbers: [1, 2, 3]}
4042```
4143
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-
4944
5045## Benchmarks
5146
You can’t perform that action at this time.
0 commit comments