Skip to content

Commit b38580c

Browse files
committed
feat: 🎸 update dependencies
1 parent d1cb811 commit b38580c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
The fastest JSON serialization and deserialization library for JavaScript, Node.js, browser.
44

5+
56
## Supported Formats
67

78
This library implements the following serialization formats:
@@ -18,6 +19,7 @@ This library implements the following serialization formats:
1819

1920
Each 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);
3941
console.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

0 commit comments

Comments
 (0)