List view
Ongoing Milestone for managing quality issues
No due date•1/4 issues closedBuild out documentation for entire API. This is an ongoing milestone/epic
No due dateAn API Interface creates a single entry point for all JSON module functionality Some considerations: ``` JsonApi jsonApi = new JsonApi(); JsonObject obj = jsonApi.loadFile(Paths.get("/path/to/file")); JsonArray values = jsonApi.select(obj, "jsonpath_expression"); ``` This would simplify access to each of the components via the ServiceManager
Overdue by 2 year(s)•Due by July 31, 2022•0/1 issues closedSerializers provide a way of exporting JSON instances into different formats: By default, should include: - JSON - CSV - XML
Overdue by 3 year(s)•Due by June 30, 2022•0/3 issues closed