Files
Argo/ArgoTests/JSON/post_bad_comments.json
2014-12-29 17:23:42 -05:00

25 lines
329 B
JSON

{
"id": 3,
"text": "A Cool story.",
"author": {
"id": 1,
"name": "Cool User"
},
"comments": [
{
"id": 6,
"text": "Cool story bro.",
"author": {
"id": 1,
"name": "Cool User"
}
},
{
"id": 6,
"author": {
"id": 1,
"name": "Cool User"
}
}
]
}