Skip to content

Commit 7715aa7

Browse files
author
Michael Hahn
authored
Update README.md
1 parent 4e42afc commit 7715aa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Hack JSON Schema
2-
Hack JSON Schema is a library for validating JSON inputs, using JSON schemas, in Hack. Given a JSON schema file, you can generate a validator in Hack to validate incoming JSON against the schema. If the JSON conforms to the schema, the validator will returned typed output.
2+
Hack JSON Schema is a library for validating JSON inputs, using JSON schemas, in Hack.
3+
4+
Given a JSON schema file, you can generate a validator in Hack to validate incoming JSON against the schema. If the JSON conforms to the schema, the validator will returned typed output.
35

46
There are several benefits to generation:
57

0 commit comments

Comments
 (0)