Implementation of an efficient recursive descent JSON parser which follows the official specification.
- Objects
- Strings
- Numbers (decimal / fraction)
- Boolean (true / false)
- Null
- Support exponential numbers
You need Cargo installed to test in debug mode / build release.
chmod +x script.sh && chmod +x build.sh
./script.sh