1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "new_only": [ { "id": "123", "name": "obj", "description": "optional desc", "tags": ["a"], "nested": {"flag": true} } ], "both": [ { "id": "456", "name": "no desc", "tags": ["x", "y"], "nested": {"flag": false, "count": 2} } ] }