JSON is very widely used format. It is used to do REST Aai call to access other application. When JSON is used from one application to another application, there will be agreement between the applications. This agreement is done through JSON Schema. So when an application sends JSON to other application, it uses JSON Schema to validate the structure of the JSON.This way JSON validataion against a schema is very common requirement. This JSON validator utility validate a JSON against a JSON Schema.
How It Works: