Add readme
This commit is contained in:
parent
ecb3e231ee
commit
d94aaf2fc4
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Naive JSON Parser
|
||||
|
||||
A Rust JSON parser with no dependencies
|
||||
|
||||
Based on a JavaScript [implementation](https://lihautan.com/json-parser-with-javascript/)
|
14
test.json
14
test.json
@ -1,14 +0,0 @@
|
||||
[{
|
||||
"a": 1,
|
||||
"b": 4e3,
|
||||
"c": [1, 2, 3],
|
||||
"d": "foo",
|
||||
"e": {
|
||||
"f": {
|
||||
"g": {
|
||||
"h": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"i": ["\"", "\\", "/", "\b", "\f", "\n", "\r", "\t", "\u0001", "\uface"]
|
||||
}]
|
Loading…
x
Reference in New Issue
Block a user