List of all members.
Static Public Member Functions |
static string | GetOptionalString (JToken jtok, string field) |
| Retrieves the optional string property value for the given property name from the given JSON object. This throws an exception if property exists but it is not a string.
|
static string | GetRequiredString (JToken jtok, string field) |
| Retrieves the required string property value for the given property name from the given JSON object.
|
static int | GetRequiredInteger (JToken jtok, string field) |
| Retrieves the required int property value for the given property name from the given JSON object.
|
static bool | GetOptionalBoolean (JToken jtok, string field) |
| Retrieves the optional boolean property value for the given property name from the given JSON object.
|
Member Function Documentation
Retrieves the optional boolean property value for the given property name from the given JSON object.
- Parameters:
-
jtok | JSON object to read |
field | property name |
- Returns:
- null if property doesn't exist, otherise returns property boolean value
Retrieves the optional string property value for the given property name from the given JSON object. This throws an exception if property exists but it is not a string.
- Parameters:
-
jtok | JSON object to read |
field | property name |
- Returns:
- property value if property exists, null if property doesn't exist in the JSON object
Retrieves the required int property value for the given property name from the given JSON object.
- Parameters:
-
jtok | JSON object to read |
field | property name |
- Returns:
- property value
Retrieves the required string property value for the given property name from the given JSON object.
- Parameters:
-
jtok | JSON object to read |
field | property name |
- Returns:
- property value
The documentation for this class was generated from the following file:
- src/apache/main/Schema/JsonHelper.cs