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
Use a JSON schema to validate map data when loading rather than trying to parse it. Using a schema can provide better error messages to indicate why the data wasn't parsed.
In addition, the command line component of the server can include a mode to test the data without actually starting the server.
e.g. ./server.jar --test data.json could validate the data and then terminate.
Use a JSON schema to validate map data when loading rather than trying to parse it. Using a schema can provide better error messages to indicate why the data wasn't parsed.
In addition, the command line component of the server can include a mode to test the data without actually starting the server.
e.g.
./server.jar --test data.json
could validate the data and then terminate.Requires #85 to be complete first.
The text was updated successfully, but these errors were encountered: