KGy SOFT JSON Libraries Help
C#
VB
C++
F#
Show/Hide TOC
Json
Value
Parse Method
Overload List
Parse(String)
Reads a
JsonValue
from a
string
that contains JSON data.
Parse(TextReader)
Reads a
JsonValue
from a
TextReader
that contains JSON data.
Parse(Stream, Encoding)
Reads a
JsonValue
from a
Stream
that contains JSON data.
See Also
Reference
JsonValue Structure
KGySoft.Json Namespace
In This Article
Overload List
See Also