Skip to content

🦀 An exercise in rust to build a JSON parser 🦀

Notifications You must be signed in to change notification settings

njsfield/rust-json-parse-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Learning project to attempt to build a JSON parser/stringify module in Rust. Comprised of:

  • lexer module, to generate tokens from raw string
  • parser module, to build Vec & HashMap structures from sequences of tokens
  • json module, to expose public methods (parse/stringify)

Run

cargo watch -c -w src -x run

Clean

cargo clean

About

🦀 An exercise in rust to build a JSON parser 🦀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages