Type alias CorjJsonValue<P>

CorjJsonValue<P>: P | CorjJsonObject<P> | CorjJsonArray<P>

Type Parameters