ParserHelper::IsJson Method (String^, Boolean)
Checks if content is possibly a JSON.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- content
-
Type:
System::String^
String to check.
- validate
-
Type:
System::Boolean
If set to true will validate entire JSON for validity otherwise will just check the first character.
Show: