We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9b4d1 commit a5e4c82Copy full SHA for a5e4c82
1 file changed
docs/readme.md
@@ -18,6 +18,7 @@ function getJsonValidationErrors($errors) {
18
}
19
20
// Creates a statement and validates it.
21
+$json_string = '{}'; // Change this string to the JSON for the statement!!!
22
$statement = Statement::createFromJson($json_string);
23
$errors = $statement->validate();
24
0 commit comments