aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/json_parse/good-10.json
blob: 8f2d46b30d52dc6ae2a73b0daf04061bb1a78657 (plain) (blame)
1
2
3
4
{
  "a": [1, 2, {"x": "y"}, 3, {"keep": "not in final output"}],
  "keep": [1, null, 2, false, "keep", 3, ["this", "keep", "not", "final"]]
}