Partialjson

Latest version: v0.0.8

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.8

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.

0.0.2

Added

Changed

Fixed

- json format

0.0.1

Added

- Initial implementation of `JSONParser` with support for only strict mode.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.