Rust-json-foo Simple JSON.parse in rust, as 1/3 speed of v8's JSON.parse. Just To Learn Rust Which means you should also use this project for learning purpose. Some detail Parsing json in iteration way (NOT recursion) Boost by smallvec and smartstring (memory effective)