KGy SOFT JSON Libraries Help
C#
VB
C++
F#
Show/Hide TOC
Json
Object Constructor
Initializes a new instance of the
JsonObject
class.
Definition
Namespace:
KGySoft.Json
Assembly:
KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
Copy
public
JsonObject
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
JsonObject
()
F#
Copy
new
:
unit
->
JsonObject
See Also
Reference
JsonObject Class
JsonObject Overload
KGySoft.Json Namespace
In This Article
Definition
See Also