Class Json
Syntax
Constructors
Json(String)
Declaration
Parameters
Type |
Name |
Description |
String |
json |
|
Properties
Boolean
Declaration
public bool Boolean { get; }
Property Value
Elements
Declaration
public IEnumerable<Json> Elements { get; }
Property Value
ElementsIfPresent
Declaration
public IEnumerable<Json> ElementsIfPresent { get; }
Property Value
IfPresent
Declaration
public Json IfPresent { get; }
Property Value
IsArray
Declaration
public bool IsArray { get; }
Property Value
IsPresent
Declaration
public bool IsPresent { get; }
Property Value
Item[String]
Declaration
public Json this[string key] { get; }
Parameters
Type |
Name |
Description |
String |
key |
|
Property Value
Key
Declaration
public string Key { get; }
Property Value
Members
Declaration
public IEnumerable<Json> Members { get; }
Property Value
MembersIfPresent
Declaration
public IEnumerable<Json> MembersIfPresent { get; }
Property Value
Path
Declaration
public string Path { get; }
Property Value
String
Declaration
public string String { get; }
Property Value
Methods
CheckKeys(IReadOnlyCollection<String>)
Declaration
public void CheckKeys(IReadOnlyCollection<string> allowedKeys)
Parameters