B.32 JsonValidateTask

The JsonValidateTask checks if a given file contains valid JSON data and fails if not.

Table B.34: Attributes

NameTypeDescriptionDefaultRequired
file String Location of the file to be checked.noneYes

B.32.1 Example

<jsonvalidate file="config/default.json"/>