Skip to content

Analyze JSON Incubator API for usage #29

Description

@hikingc

Currently there is a new project to make a native JSON API https://openjdk.org/jeps/540.

As it is, it's NOT a replacement for Jackson and I am not considering dropping the library.

A good use case are endpoints that return 1 String variables, which means all the endpoints that make use of:
return Mapper.getStringValueOfAJsonKey(response, "event_id"); or any endpoint that doesn't require a full serialized record (such as /sync or /messages).

Metadata

Metadata

Assignees

No one assigned

    Labels

    requires-upgrading-javaA feature feature or request that requires upgrading java

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions