Skip to content

Sahedo/JSON-Shema-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

JSON-Schema-validator

This is script for Godot Engine, that validate JSON files by JSON Schema.

How to use

Create new JSONSchema object in your script (this script automatically register class in Godot ClassDB). Call its function validate(json_data, json_schema) where json_data - is your data in string format; json_schema - is your json_schema in string format.

Links

More about schemas and validation here: https://json-schema.org

About

This is script for Godot Engine, that validate JSON files by JSON Schema

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published