| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [1] json_set("[0]", "0", "1") = "[1]" |
Test_with_Array_Json(JsonValue, Integer, JsonValue, String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] json_set("[0]", "0", "\"a\"") = "[\"a\"]" |
Test_with_Array_Json(JsonValue, Integer, JsonValue, String)[2] |
1 |
0 |
0 |
0s |
100% |
| [3] json_set("[0]", "0", "{\"a\": 123}") = "[{\"a\":123}]" |
Test_with_Array_Json(JsonValue, Integer, JsonValue, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] json_set("[0]", "0", "[1]") = "[[1]]" |
Test_with_Array_Json(JsonValue, Integer, JsonValue, String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] json_set("[{\"a\":[1, 2]}]", "0", "1") = "[1]" |
Test_with_Array_Json(JsonValue, Integer, JsonValue, String)[5] |
1 |
0 |
0 |
0s |
100% |