rapid-xml-to-json
Version:
Fast, dependency-free XML-parser for parsing XML structures into JSON. Optimised for speed and low memory usage.
11 lines (7 loc) • 442 B
Markdown
# Changelog
## [0.1.0] - 2024-11-20
### Added
- **Attributes parsing**: Attributes are now included in the returned object under the `$attrs` key.
- **Text content handling**: Text content is now stored in an object under the `#text` key, rather than as a raw string.
### Changed
- The structure of the returned JSON now includes attributes and text content in a more structured format, allowing for better handling of XML data.