Skip to content

Commit a5e4c82

Browse files
committed
Adds $json_string definition.
1 parent 2d9b4d1 commit a5e4c82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function getJsonValidationErrors($errors) {
1818
}
1919

2020
// Creates a statement and validates it.
21+
$json_string = '{}'; // Change this string to the JSON for the statement!!!
2122
$statement = Statement::createFromJson($json_string);
2223
$errors = $statement->validate();
2324

0 commit comments

Comments
 (0)