Click or drag to resize
NbJsonArrayParse 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 NbJsonArray Parse(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON配列文字列

Return Value

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

Core

Supported in: 1.0
See Also