Basic Rust JSON Parser This is a simple dummy project to mess around with Rust. It implements a basic JSON parser and stringifier from scratch, handling JSON objects, strings, numbers, booleans, and null values.