Documentation: Validate json using online tool

This commit is contained in:
Yair Morgenstern
2023-09-21 23:54:56 +03:00
parent ecb88ea10d
commit c7775412c7

View File

@ -4,6 +4,8 @@ Mistakes happen. Misnamed fields, things we forgot to add, or even stuff we didn
Computers can handle a lot of that themselves, so we can let them do the work to ensure that our json files are correct, by using *json schemas*.
This also allows autocompletion when writing jsons!
As of now, only Buildings.json has a proper schema
## Using Android Studio