System.Collections.Generic.IList<JsonError> FromJson( System.string json, DeserializationOptions deserializationOptions )
Parameters
- json
- the JSON
- deserializationOptions
- the DeserializationOptions object
Return Value
The errors in the JSON
System.Collections.Generic.IList<JsonError> FromJson( System.string json, DeserializationOptions deserializationOptions )