Attempt to parse JSON in Rust. Based on: https://lihautan.com/json-parser-with-javascript/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Timothy Warren f229208280
timw4mail/json-parser/pipeline/head This commit looks good Details
Check for empty input
2 years ago
src Check for empty input 2 years ago
tests Check for empty input 2 years ago
.gitignore First commit, still need to handle strings and numbers 3 years ago
Cargo.toml First commit, still need to handle strings and numbers 3 years ago
Jenkinsfile Add code coverage to Jenkins 3 years ago
Makefile Add code coverage to Jenkins 3 years ago
README.md Add readme 3 years ago

README.md

Naive JSON Parser

A Rust JSON parser with no dependencies

Based on a JavaScript implementation