json

inline fun <T> json(name: String): StateKey<T>

Deprecated

Use stateKey() instead

Replace with

stateKey()

Creates a json StateKey.