The following tables list the members exposed by ParseUtils.
Name | Description | |
---|---|---|
![]() ![]() | EnsureGPResult | Ensures that the JSON-decoded object is a GPResult object. |
![]() ![]() | EnsureValidDataType | Ensures that the dataType property value of the specified JSON-decoded result object is equal to the given type name. |
![]() ![]() | EnsureValidGPDataType | Ensures that the dataType property value of the specified JSON-decoded GPResult object is equal to the given GPType. |
![]() ![]() | GetOptionalProperty | Overloaded. Gets an optional property of a JSON-decoded object. |
![]() ![]() | HasProperty | Determines if a JSON-decoded object contains nonnull property with the given name. |
![]() ![]() | TestAndGetElement<T> | Tests an element of a JSON-decoded array on type only and gets it. |
![]() ![]() | TestAndGetProperty<T> | Tests a property of a JSON-decoded object on existence and type and gets it. |