python-scripts/scripts/Check_json_format/README.md
2022-10-03 23:27:52 +05:30

10 lines
386 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1 checkjson
This script will read a file and either pass the file as being a valid JSON file,
or die a horrible death. But for all practical reasons, it tells me if the error is in the file or the program that I am trying to load the file into.
## to RUN it
$ checkjson test.json
Thats all you need to validate JSON, but it can easily be modified to validate YAML, as well.