recipes_app / test_input.json
adrianpierce's picture
Create test_input.json
87ec752
raw
history blame
No virus
72 Bytes
{
"users": [
{
"id": 1,
"name": "John Doe"
}
]
}