A Java pacakge of divers usefull classes to manipulate Json i made because i did not found early enough a similar one so... here it is.
So, here is my JsonParser, feel free to use it, broke it, etc. Just report to me if you ever found any bug or issue, please. Or if you have any improvments ideas. Or ideas.
A documentation will soon be available on this repo wiki : documentation
Under the Apache 2.0 license, feel free to use, copy and modify this.
-
Version 0.3 : (standby for v0.2)
- Can now create Json objects from java Classes
-
Version 0.2 : (wip)
- Can now modify data in fields and Json objects
- Replacing DottedPath for a query system, used to perform more accurate queries
To see detailed changelogs on this repo wiki : changelogs
- Version 0.1 : dated 2025-05-15
- First version pushed on git (yeah!)
- Need some tests before a first release...