Populate Method (reader, target)

Json.NET

Json.NET - Quick Starts & API Documentation Populate Method (reader, target)
NamespacesNewtonsoft.JsonJsonSerializerPopulate(TextReader, Object)
Populates the JSON values onto the target object.
Declaration Syntax
C# Visual Basic Visual C++
public void Populate(
	TextReader reader,
	Object target
)
Public Sub Populate ( _
	reader As TextReader, _
	target As Object _
)
public:
void Populate(
	TextReader^ reader, 
	Object^ target
)
Parameters
reader (TextReader)
The TextReader that contains the JSON structure to reader values from.
target (Object)
The target object to populate values onto.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)