Fleece


JsonObject Type

Namespace: Fleece

Assembly: Fleece.SystemTextJson.dll

Parent Module: SystemTextJson

Abbreviation For: Map<string, JsonValue>

Base Type: obj

All Interfaces: IReadOnlyDictionary<string, JsonValue> , IReadOnlyCollection<KeyValuePair<string, JsonValue>> , IComparable , IDictionary<string, JsonValue> , ICollection<KeyValuePair<string, JsonValue>> , IEnumerable<KeyValuePair<string, JsonValue>> , IEnumerable

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int

Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

Returns: bool

this.[key]

Full Usage: this.[key]

Parameters:
    key : string

Returns: JsonValue

key : string
Returns: JsonValue