Click or drag to resize
Json.NET

JsonSerializerPopulate Method

 
Overload List
  NameDescription
Public methodPopulate(TextReader, Object)
Populates the JSON values onto the target object.
Public methodPopulate(JsonReader, Object)
Populates the JSON values onto the target object.
Top
See Also