snapshot/cypress/fixtures/Complex.json

14 lines
154 B
JSON
Raw Permalink Normal View History

{
"status": 200,
"response": {
"array": [
0,
1,
2,
"Three"
],
"object": {
"with": "more details"
}
}
}