Click or drag to resize
NbJsonObjectParse Method
JSON 文字列をパースする。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public static NbJsonObject Parse(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON 文字列

Return Value

Type: NbJsonObject
NbJsonObject
Exceptions
ExceptionCondition
ArgumentNullExceptionJSON 文字列がnull
ArgumentExceptionパース失敗
Version Information

Core

Supported in: 1.0
See Also