Skip to content

Releases: nathankleyn/jsonvalid

v0.1.1

20 Feb 12:07
dfe365b
Compare
Choose a tag to compare
  • Handle Unicode BOM at the start of files (Serde cannot so we need to make sure it is stripped out if present before passing to Serde for JSON parsing).

v0.1.0

20 Feb 11:10
ff29299
Compare
Choose a tag to compare

Initial release of this tool. Includes support for running on input from STDIN, or on one or more file paths being passed. For more complete documentation, please see the README.