We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac52d34 commit 2723121Copy full SHA for 2723121
1 file changed
README.md
@@ -17,13 +17,13 @@ OpenParser is a collection of parsers and dumpers (serializers) for various data
17
18
19
## 😍 Key Features
20
-- [x] JSON parsing and dumping
21
-- [x] Direct-to-object JSON parsing
22
-- [x] JSON-L (JSON Lines) parsing
23
-- [x] CSV parsing and dumping
24
-- [x] Memory-efficient, zero-copy parsing via `std/memfiles`
25
-- [x] Written in Nim language
26
-
+- JSON parsing and dumping
+- - Direct-to-object JSON parsing
+- - JSON-L (JSON Lines) parsing
+- - Zero-copy parsing for large JSON datasets
+- CSV parsing and dumping
+- - Memory-efficient zero-copy parsing for large CSV datasets
+- RSS/Atom feed parsing
27
28
### Parse JSON
29
0 commit comments