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 )