Skip to content

Tags: itruf/PartialJSON

Tags

v0.0.2

Toggle v0.0.2's commit message
Release v0.0.2: API simplification and improvements

This release introduces breaking changes to simplify the API:

- Renamed parseJSON() to parse() for cleaner API
- Changed to static method PartialJSON.parse() instead of global function
- Updated all documentation and examples
- Improved README with better attribution

See CHANGELOG.md for full details.

v0.0.1

Toggle v0.0.1's commit message
Release version 0.0.1

Initial release of PartialJSON library with:
- Core parsing functionality for incomplete JSON strings
- Support for partial parsing of all JSON types
- Special numeric values support (Infinity, -Infinity, NaN)
- Configurable parsing options via PartialJSONOptions
- Comprehensive error handling
- Full test coverage
- Swift Package Manager support
- Documentation and usage examples