Json
Namespace: global
Parent Module: FsJson
VARIANT-like type with dynamic accessor (?) to fields
Union Cases
Instance members
Instance member | Description |
Array
Signature: Json array
|
get a Array value
|
Count
Signature: int
|
|
HasName(k)
Signature: k:string -> bool
|
|
IsNotNull
Signature: bool
|
|
[index]
Signature: index:int -> Json
|
|
Map
Signature: Map<string,Json>
|
get a Json class/object/map value
|
Named(index)
Signature: index:string -> Json
|
get a field by name
|
Names
Signature: string list
|
|
Remove(name)
Signature: name:string -> Json
|
|
Val
Signature: String
|
get a string value
|
ValB
Signature: bool
|
get a boolean value
|
ValD
Signature: DateTime
|
get a DateTime value
|
ValDF(format)
Signature: format:string -> DateTime
|
get a DateTime using specific format value
|
ValDO
Signature: DateTimeOffset
|
get a DateTimeOffset value
|
ValF
Signature: float
|
get a float value
|
ValGuid
Signature: Guid
|
get a Guid value
|
ValI
Signature: int
|
get a int32 value
|
Static members