You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# js0n - Complete Zero-Footprint JSON Parser in C
1
+
# js0n - Flexible Zero-Footprint JSON Parser in C
2
2
3
3
A one-pass minimal overhead walk of the raw bytes, using each one as an index into a jump table to determine state transitions.
4
4
@@ -32,4 +32,4 @@ For more usage examples see the [test.json](test/test.json) and [test.c](test/te
32
32
33
33
## History
34
34
35
-
See [v1.0] for the original `js0n` function that returned an index of offsets for all key/values in one pass.
35
+
See [v1.0](https://github.com/quartzjer/js0n/tree/v1.0) for the original `js0n` function that returned an index of offsets for all key/values in one pass.
0 commit comments