This project is a JSON parser written in TS. It allows you to parse JSON data and extract information from it. The ideia is to make it lightweight and easy to use to use this parser in another projects.
- Implement basic JSON parsing functionality
- Handle nested JSON objects and arrays
- Implement error handling for invalid JSON input
- Write unit tests to ensure the parser functions correctly
- Add support to negative numbers
- Add support to scientific notation, maybe
- Add support to escape characters