Added
- Support `strict` mode based on [this issue](https://github.com/iw4p/partialjson/issues/5)
- Test cases for `parser_strict` and `parser_non_strict` to handle incomplete and complete JSON strings with newline characters.
- Example usage of both strict and non-strict parsers in the unit tests.
- Unit tests for various number, string, boolean, array, and object parsing scenarios.
Changed
- Updated incomplete number parsing logic to ensure better error handling and test coverage.
Fixed
- Fixed issue with parsing incomplete floating point numbers where the parser incorrectly returned an error.
- Corrected string parsing logic to properly handle escape characters in strict mode.