types library

Classes

JsonType
Basic interface that all types must have. All other json types implement this.
JsonTypeNullable
It adds a isNull flag, so you can define model entries as nullables or values as null.
PrimitieveJson<T>
JsonTypes that doesn't have sub types.
PrimitiveJsonNullable<T>
Adds isNull getter to all nullable primirives