Skip to content

Add IO adapter/datatype module for FasterXML Jackson #12

Open
@sciwhiz12

Description

@sciwhiz12

We currently provide IO adapters for google/gson and square/moshi, two popular JSON libraries for the JVM.

For more options for consumers, we should also look into providing an IO adapter for FasterXML/jackson. Specifically, we would provide a "datatype module" -- a Module which can be registered to ObjectMapper.registerModule -- so Jackson's databind package can read and write our objects.

They'll be hooked up into the standard battery of IO tests we have already, to ensure there are no regressions or mismatched behaviors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions