Skip to content

Commit c5fc26a

Browse files
committed
add link to v1
1 parent 967fa16 commit c5fc26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# js0n - Complete Zero-Footprint JSON Parser in C
1+
# js0n - Flexible Zero-Footprint JSON Parser in C
22

33
A one-pass minimal overhead walk of the raw bytes, using each one as an index into a jump table to determine state transitions.
44

@@ -32,4 +32,4 @@ For more usage examples see the [test.json](test/test.json) and [test.c](test/te
3232

3333
## History
3434

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

Comments
 (0)