You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Call its function `validate(json_data, json_schema)` where
7
7
`json_data` - is your data in string format;
8
8
`json_schema` - is your json_schema in string format.
9
9
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.
0 commit comments