Youtube Content JSON ,JOBJECT , JArray - 1

 










{
 "JSONObject": {
  "numeric": 200,
  "string": "Hello",
  "null": null,
  "boolean": true,
  "dateAsString": "2011-09-23"
 },
 "arrayOfObjects": [
  {
   "item": 1
  },
  {
   "item": 2
  }
 ],
 "arrayOfIntegers": [
  1,
  2,
  3,
  4,
  5
 ]
}










Comments

Popular Posts