JsonCreationConverter<T>.FieldExists(String, JObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does expected field exist?
protected:
bool FieldExists(System::String ^ fieldName, Newtonsoft::Json::Linq::JObject ^ jsonObject);
protected bool FieldExists (string fieldName, Newtonsoft.Json.Linq.JObject jsonObject);
member this.FieldExists : string * Newtonsoft.Json.Linq.JObject -> bool
Protected Function FieldExists (fieldName As String, jsonObject As JObject) As Boolean
Parameters
- fieldName
- String
- jsonObject
- Newtonsoft.Json.Linq.JObject