JsonValue Type
Represents arbitrary JSON when a contract cannot be lowered into a more precise schema. This is the escape hatch for dynamic-key objects, heterogeneous arrays, and other JSON Schema shapes that do not fit the normal record/list/primitive model without losing parseability.
Union cases
| Union case |
Description
|
|
|
Full Usage:
JBool bool
Parameters:
bool
|
|
Full Usage:
JNull
|
|
Full Usage:
JNumber string
Parameters:
string
|
|
|
|
Full Usage:
JString string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsJArray
Returns: bool
|
|
Full Usage:
this.IsJBool
Returns: bool
|
|
Full Usage:
this.IsJNull
Returns: bool
|
|
Full Usage:
this.IsJNumber
Returns: bool
|
|
Full Usage:
this.IsJObject
Returns: bool
|
|
Full Usage:
this.IsJString
Returns: bool
|
|
CodecMapper