getJsonString

abstract fun getJsonString(feature: Feature, key: String, attributes: Attributes = Attributes()): String

Calculates the value of a JSON feature flag for the given key and attributes and returns it as a json string.

is registered with the impl.

See also


open fun getJsonString(feature: Feature, key: String): String