Attempt to parse JSON in Rust. Based on: https://lihautan.com/json-parser-with-javascript/
Go to file
Timothy Warren f3a584d11e
timw4mail/json-parser/pipeline/head This commit looks good Details
Exclude inline tests from coverage
2021-04-16 22:38:42 -04:00
src Exclude inline tests from coverage 2021-04-16 22:38:42 -04:00
tests Fix build? 2021-04-16 22:24:25 -04:00
.gitignore First commit, still need to handle strings and numbers 2020-02-07 16:23:51 -05:00
Cargo.toml First commit, still need to handle strings and numbers 2020-02-07 16:23:51 -05:00
Jenkinsfile Add code coverage to Jenkins 2020-02-20 13:08:13 -05:00
Makefile Add code coverage to Jenkins 2020-02-20 13:08:13 -05:00
README.md Add readme 2020-02-10 19:34:27 -05:00

README.md

Naive JSON Parser

A Rust JSON parser with no dependencies

Based on a JavaScript implementation