Skip navigation links

Package com.launchdarkly.sdk.json

Helper classes and methods for interoperability with JSON.

See: Description

Package com.launchdarkly.sdk.json Description

Helper classes and methods for interoperability with JSON.

This package provides a simple mechanism for converting SDK objects to and from JSON as a string (JsonSerialization), and also adapters for making the SDK types serialize and deserialize correctly when used with Gson (LDGson) or Jackson (LDJackson).

Skip navigation links