Changelog
All notable changes to this project will be documented in this file.
0.9.5 (2024-11-29)
Download at Maven Search
- Update Parent POM to fix compatibility with the latest
de.larssh.utils.Finals.lazy
0.9.4 (2024-06-11)
Download at Maven Search
Changed
- To simplify accessing elements inside JSON arrays their unified name is now “element” instead of “n0”, “n1”, “n2”, …
Fixed
- Make the Jakarta JSON Processing dependency optional
0.9.3 (2024-03-20)
Download at Maven Search
Fixed
0.9.2 (2024-03-20)
Download at Maven Search
Added
- Jakarta JSON Processing implementation of JsonDomValue
Changed
- The DOM structure to be more intuitive
- Constructor parameter of
de.larssh.json.dom.JsonDomNamedNodeMap
from Map
to List
0.9.1 (2019-05-06)
Download at Maven Search
Added
- JSON Processing (aka JSR-374) implementation of JsonDomValue
Changed
- Moved JsonDomValue into its own package
- Updated signature of JsonDomValue.getChildren()
0.9.0 (2018-12-13)
Download at Maven Search