Skip to content

Commit 30a057a

Browse files
authored
Update README.md
1 parent a9d2771 commit 30a057a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# JSON-Shema-validator
1+
# JSON-Shema-validator
2+
This is script for Godot Engine, that validate JSON files by JSON Schema.
3+
4+
# How to use
5+
Create new JSONSchema object in your script (this script automatically register class in Godot ClassDB).
6+
Call its function validate(json_data, json_schema) where
7+
json_data - is your data in string format;
8+
json_schema - is your json_schema in string format.
9+
10+
# Links
11+
More about schemas and validation here: https://json-schema.org

0 commit comments

Comments
 (0)