All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.geso.avans.jackson.data1.json Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
{
  "list0": [ "a1", "b1" ],
  "list1": [ 1, 2, 3 ],
  "list2": [
    {
      "name": "aa",
      "value": "bb"
    },
    {
      "name": "cc",
      "value": "dd"
    }
  ],
  "map0": {
    "ee": "ff",
    "gg": "hh"
  },
  "map1": {
    "ii": 10,
    "jj": 20
  },
  "map2": {
    "x": {
      "name": "x1",
      "value": "x2"
    },
    "y": {
      "name": "y1",
      "value": "y2"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy