snapshot/cypress/snapshots/Complex.json

14 lines
154 B
JSON
Raw Normal View History

{
"status": 200,
"response": {
2023-12-05 09:18:21 +00:00
"array": [
0,
1,
2,
"Three"
],
"object": {
"with": "more details"
}
}
2023-12-05 09:18:21 +00:00
}