Validate
Validate your JSON with Json.NET Schema.
Last updated
Was this helpful?
Validate your JSON with Json.NET Schema.
Task version: 1.0.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.JSON2
Json : Object
Json input needs to be of type string or JToken.
Default: -
Example: {"key":"value"}
JsonSchema : String
Json Schema to validate to. Uses Newtonsoft JsonSchema
Default: -
Example: {"type": "object", "properties": {"name": {"type":"string"} } }
ThrowOnInvalidJson : Boolean
A flag to indicate whether an error should be thrown if JSON was invalid.
Default: -
Example: true
Success : Boolean
Operation complete without errors.
Example: true
IsValid : Boolean
JSON was valid.
Example: true
Errors : IList<String>
List of errors.
Example: { An error occured..., Another error }
Changelog for Task Frends.JSON.Validate.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

