JSON配列文字列をパースする
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public static NbJsonArray Parse(
string jsonString
)
Public Shared Function Parse (
jsonString As String
) As NbJsonArray
public:
static NbJsonArray^ Parse(
String^ jsonString
)
static member Parse :
jsonString : string -> NbJsonArray
Parameters
- jsonString
- Type: SystemString
JSON配列文字列
Return Value
Type:
NbJsonArrayNbJsonArray
Exceptions Version Information Core
Supported in: 1.0
See Also