Initializes a new instance of the
JObject class with the specified content.
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public JObject(
Object content
)
Public Sub New ( _
content As Object _
)
public:
JObject(
Object^ content
)
Parameters
- content (Object)
- The contents of the object.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)