Appearance
True Myth / maybe / MaybeJSON
MaybeJSON<T> = JustJSON<T> | NothingJSON<T>
T
JustJSON
NothingJSON
T extends object
object