testing-repository/cpp/jsonfile_tests/test.json

26 lines
495 B
JSON
Raw Normal View History

2023-01-30 18:09:46 +08:00
{
"data2": {
"error": {
"code": 101,
"message": "operation failed!"
},
"result": {
"backgrounds": [
"test1.png",
"test2.png",
"test3.png"
]
}
},
"error": {
"code": 101,
"message": "operation failed!"
},
"result": {
"backgrounds": [
"test1.png",
"test2.png",
"test3.png"
]
}
}