jsonState

inline fun <T> jsonState(version: String? = null, crossinline defaultFactory: () -> T): ValueState<T>