Click or drag to resize
Json.NET

JValue Constructor (JValue)

 
Initializes a new instance of the JValue class from another JValue object.

Namespace:  Newtonsoft.Json.Linq
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public JValue(
	JValue other
)

Parameters

other
Type: Newtonsoft.Json.LinqJValue
A JValue object to copy from.
See Also