Add a hook for checking parseable json.

This commit is contained in:
Anthony Sottile 2014-08-19 16:03:48 -07:00
parent 7ec4853521
commit 243fe50bc1
7 changed files with 57 additions and 4 deletions

View file

@ -0,0 +1,3 @@
{
"hello": "world",
}

View file

@ -0,0 +1,3 @@
{
"hello": "world"
}