JsonObjectParse(TextReader) Method
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static JsonObject Parse(
	TextReader reader
)
Public Shared Function Parse ( 
	reader As TextReader
) As JsonObject
public:
static JsonObject^ Parse(
	TextReader^ reader
)
static member Parse : 
        reader : TextReader -> JsonObject 
- reader  TextReader
- A TextReader that will be read for the JsonObject content.
JsonObjectA 
JsonObject that contains the JSON object data that was read from the specified 
TextReader.