snapshot/cypress/fixtures/Complex.json
2023-11-13 10:27:34 +01:00

14 lines
No EOL
154 B
JSON

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