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