[
  {
    "native": true,
    "json": {},
    "python": {}
  },
  {
    "native": true,
    "json": {
      "x": {
        "b": 2,
        "a": 3
      }
    },
    "python": {
      "x": {
        "b": 2,
        "a": 3
      }
    }
  },
  {
    "native": false,
    "json": "rejected",
    "python": "rejected"
  },
  {
    "native": false,
    "json": "rejected",
    "python": "rejected"
  }
]