Click or drag to resize

JPropertyLoad Method

Namespace:  Newtonsoft.Json.Linq
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static JProperty Load(
	JsonReader reader
)

Parameters

reader
Type: Newtonsoft.JsonJsonReader

Return Value

Type: JProperty
See Also