Skip to content

Milestones

List view

  • Ongoing Milestone for managing quality issues

    No due date
    1/4 issues closed
  • Build out documentation for entire API. This is an ongoing milestone/epic

    No due date
  • An 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 closed
  • Serializers 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