JsonReader Constructor (String) |
Initializes a new instance of the
JsonReader class
Namespace: X3Platform.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic JsonReader(
string json_text
)
public:
JsonReader(
String^ json_text
)
Parameters
- json_text
- Type: SystemString
[Missing <param name="json_text"/> documentation for "M:X3Platform.Json.JsonReader.#ctor(System.String)"]
See Also