Initializes a new instance of the StringOfJSON class
Namespace: TinCan.JsonAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public StringOfJSON( string json ) |
| Visual Basic |
|---|
Public Sub New ( json As String ) |
| Visual C++ |
|---|
public: StringOfJSON( String^ json ) |
| F# |
|---|
new : json : string -> StringOfJSON |
Parameters
- json
- Type: System..::..String
[Missing <param name="json"/> documentation for "M:TinCan.Json.StringOfJSON.#ctor(System.String)"]