Tags: itruf/PartialJSON
Tags
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.
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