Description
JSON files can be checked for syntax validity from the command line. It helps developers, administrators, and data users catch malformed configuration, API payloads, and package metadata before another tool fails on them.
Validation only confirms JSON syntax. It does not prove that fields match an application's schema or semantic expectations.