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