Add some common use case examples to tests

This commit is contained in:
Tony DiPasquale
2014-12-30 10:33:36 -05:00
parent 63f6b79298
commit f4c06284bd
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[
"foo",
"bar",
"baz"
]

View File

@@ -0,0 +1,7 @@
{
"user": {
"id": 1,
"name": "Cool User",
"email": "u.cool@example.com"
}
}