 | JArrayParse Method |
Namespace:
Dynamicweb.Core.Json
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static JArray Parse(
string json
)
Public Shared Function Parse (
json As String
) As JArray
Parameters
- json
- Type: SystemString
Return Value
Type:
JArray
See Also