Merge: tests: Test result update for `curl_http`
[nit.git] / tests / sav / json_output.res
1 {"blue":[1,2],"ocean":"water"}
2 JsonObject
3 [1,2]
4 JsonArray
5 {"blue":[1,2],"ocean":["fishy","salty"]}
6 {
7         "blue": [1, 2],
8         "ocean": ["fishy", "salty"]
9 }