Skip to content

Commit 631b821

Browse files
authored
Update README.md
1 parent 11ccbfa commit 631b821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Call its function `validate(json_data, json_schema)` where
77
`json_data` - is your data in string format;
88
`json_schema` - is your json_schema in string format.
99
2. Use helper class. Create new `JSONFile` object, open it as it described in ancestor `File` class (and don't forget to close afterall!) use `schema_validator` field to asigh validator class instance, use `json_schema` field to assign schema string, use functions `load_data()` and `save_data()` to work with your files.
10+
1011
Example:
1112
```gdscript
1213
var jf := JSONFile.new()

0 commit comments

Comments
 (0)