There was an error while loading. Please reload this page.
1 parent a9d2771 commit 30a057aCopy full SHA for 30a057a
README.md
@@ -1 +1,11 @@
1
-# JSON-Shema-validator
+# 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