{"id":1501,"date":"2018-04-01T20:40:06","date_gmt":"2018-04-01T18:40:06","guid":{"rendered":"http:\/\/yarogniew.net\/arduino\/?p=1501"},"modified":"2018-04-04T00:15:05","modified_gmt":"2018-04-03T22:15:05","slug":"json-i-p5js-czyli-obrabiamy-dane","status":"publish","type":"post","link":"https:\/\/arduino.net.pl\/index.php\/json-i-p5js-czyli-obrabiamy-dane\/","title":{"rendered":"JSON i p5*js czyli obrabiamy dane"},"content":{"rendered":"<p>JSON (JavaScript Object Notation) to spos\u00f3b zapisywania danych \u015bwietnie wsp\u00f3\u0142pracuj\u0105cy z bibliotek\u0105 p5*js. Typowy plik JSON wygl\u0105da tak:<\/p>\n<pre class=\"brush: plain; light: false; title: Kod:; toolbar: true; notranslate\" title=\"Kod:\">\r\n{\r\n  &quot;meta&quot;: {\r\n    &quot;zasob&quot;: &quot;1.2 Dzielnice&quot;,\r\n    &quot;aktualizacja&quot;: &quot;dzienna&quot;,\r\n    &quot;url&quot;: &quot;http:\/\/otwartedane.gdynia.pl\/portal\/data\/city\/1\/2\/data.json&quot;\r\n  },\r\n  &quot;data&quot;: &#x5B;\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2801,\r\n      &quot;liczba_ludnosci&quot;: 8289,\r\n      &quot;powierzchnia&quot;: 2.96,\r\n      &quot;dzielnica&quot;: &quot;Red\u0142owo&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1110,\r\n      &quot;liczba_ludnosci&quot;: 12757,\r\n      &quot;powierzchnia&quot;: 11.49,\r\n      &quot;dzielnica&quot;: &quot;\u015ar\u00f3dmie\u015bcie&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 732,\r\n      &quot;liczba_ludnosci&quot;: 11002,\r\n      &quot;powierzchnia&quot;: 15.03,\r\n      &quot;dzielnica&quot;: &quot;Wielki Kack&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2585,\r\n      &quot;liczba_ludnosci&quot;: 8471,\r\n      &quot;powierzchnia&quot;: 3.28,\r\n      &quot;dzielnica&quot;: &quot;Witomino Le\u015bnicz\u00f3wka&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1883,\r\n      &quot;liczba_ludnosci&quot;: 9841,\r\n      &quot;powierzchnia&quot;: 5.23,\r\n      &quot;dzielnica&quot;: &quot;Witomino Radiostacja&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5954,\r\n      &quot;liczba_ludnosci&quot;: 11639,\r\n      &quot;powierzchnia&quot;: 1.95,\r\n      &quot;dzielnica&quot;: &quot;Wzg\u00f3rze \u015aw. Maksymiliana&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 952,\r\n      &quot;liczba_ludnosci&quot;: 2108,\r\n      &quot;powierzchnia&quot;: 2.21,\r\n      &quot;dzielnica&quot;: &quot;Babie Do\u0142y&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 418,\r\n      &quot;liczba_ludnosci&quot;: 10674,\r\n      &quot;powierzchnia&quot;: 25.53,\r\n      &quot;dzielnica&quot;: &quot;Chwarzno-Wiczlino&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 6071,\r\n      &quot;liczba_ludnosci&quot;: 23298,\r\n      &quot;powierzchnia&quot;: 3.84,\r\n      &quot;dzielnica&quot;: &quot;Chylonia&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2088,\r\n      &quot;liczba_ludnosci&quot;: 12074,\r\n      &quot;powierzchnia&quot;: 5.78,\r\n      &quot;dzielnica&quot;: &quot;Cisowa&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2291,\r\n      &quot;liczba_ludnosci&quot;: 14258,\r\n      &quot;powierzchnia&quot;: 6.22,\r\n      &quot;dzielnica&quot;: &quot;D\u0105browa&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 4037,\r\n      &quot;liczba_ludnosci&quot;: 7858,\r\n      &quot;powierzchnia&quot;: 1.95,\r\n      &quot;dzielnica&quot;: &quot;Dzia\u0142ki Le\u015bne&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2144,\r\n      &quot;liczba_ludnosci&quot;: 9392,\r\n      &quot;powierzchnia&quot;: 4.38,\r\n      &quot;dzielnica&quot;: &quot;Grab\u00f3wek&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 6313,\r\n      &quot;liczba_ludnosci&quot;: 4075,\r\n      &quot;powierzchnia&quot;: 0.65,\r\n      &quot;dzielnica&quot;: &quot;Kamienna G\u00f3ra&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 3080,\r\n      &quot;liczba_ludnosci&quot;: 10448,\r\n      &quot;powierzchnia&quot;: 3.39,\r\n      &quot;dzielnica&quot;: &quot;Karwiny&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 3421,\r\n      &quot;liczba_ludnosci&quot;: 14940,\r\n      &quot;powierzchnia&quot;: 4.37,\r\n      &quot;dzielnica&quot;: &quot;Oksywie&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2781,\r\n      &quot;liczba_ludnosci&quot;: 8232,\r\n      &quot;powierzchnia&quot;: 2.96,\r\n      &quot;dzielnica&quot;: &quot;Red\u0142owo&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1085,\r\n      &quot;liczba_ludnosci&quot;: 12473,\r\n      &quot;powierzchnia&quot;: 11.49,\r\n      &quot;dzielnica&quot;: &quot;\u015ar\u00f3dmie\u015bcie&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 729,\r\n      &quot;liczba_ludnosci&quot;: 10963,\r\n      &quot;powierzchnia&quot;: 15.03,\r\n      &quot;dzielnica&quot;: &quot;Wielki Kack&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 941,\r\n      &quot;liczba_ludnosci&quot;: 2079,\r\n      &quot;powierzchnia&quot;: 2.21,\r\n      &quot;dzielnica&quot;: &quot;Babie Do\u0142y&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 440,\r\n      &quot;liczba_ludnosci&quot;: 11230,\r\n      &quot;powierzchnia&quot;: 25.53,\r\n      &quot;dzielnica&quot;: &quot;Chwarzno-Wiczlino&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5934,\r\n      &quot;liczba_ludnosci&quot;: 22788,\r\n      &quot;powierzchnia&quot;: 3.84,\r\n      &quot;dzielnica&quot;: &quot;Chylonia&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2044,\r\n      &quot;liczba_ludnosci&quot;: 11813,\r\n      &quot;powierzchnia&quot;: 5.78,\r\n      &quot;dzielnica&quot;: &quot;Cisowa&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2275,\r\n      &quot;liczba_ludnosci&quot;: 14152,\r\n      &quot;powierzchnia&quot;: 6.22,\r\n      &quot;dzielnica&quot;: &quot;D\u0105browa&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 968,\r\n      &quot;liczba_ludnosci&quot;: 2145,\r\n      &quot;powierzchnia&quot;: 2.21,\r\n      &quot;dzielnica&quot;: &quot;Babie Do\u0142y&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 6173,\r\n      &quot;liczba_ludnosci&quot;: 23687,\r\n      &quot;powierzchnia&quot;: 3.84,\r\n      &quot;dzielnica&quot;: &quot;Chylonia&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2966,\r\n      &quot;liczba_ludnosci&quot;: 8157,\r\n      &quot;powierzchnia&quot;: 2.75,\r\n      &quot;dzielnica&quot;: &quot;Leszczynki&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1109,\r\n      &quot;liczba_ludnosci&quot;: 8804,\r\n      &quot;powierzchnia&quot;: 7.94,\r\n      &quot;dzielnica&quot;: &quot;Ma\u0142y Kack&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5192,\r\n      &quot;liczba_ludnosci&quot;: 18999,\r\n      &quot;powierzchnia&quot;: 3.66,\r\n      &quot;dzielnica&quot;: &quot;Ob\u0142u\u017ce&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1383,\r\n      &quot;liczba_ludnosci&quot;: 6949,\r\n      &quot;powierzchnia&quot;: 5.02,\r\n      &quot;dzielnica&quot;: &quot;Or\u0142owo&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5549,\r\n      &quot;liczba_ludnosci&quot;: 13116,\r\n      &quot;powierzchnia&quot;: 2.36,\r\n      &quot;dzielnica&quot;: &quot;Pog\u00f3rze&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 554,\r\n      &quot;liczba_ludnosci&quot;: 8409,\r\n      &quot;powierzchnia&quot;: 15.18,\r\n      &quot;dzielnica&quot;: &quot;Pustki Cisowskie-Demptowo&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 399,\r\n      &quot;liczba_ludnosci&quot;: 10197,\r\n      &quot;powierzchnia&quot;: 25.53,\r\n      &quot;dzielnica&quot;: &quot;Chwarzno-Wiczlino&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2118,\r\n      &quot;liczba_ludnosci&quot;: 12244,\r\n      &quot;powierzchnia&quot;: 5.78,\r\n      &quot;dzielnica&quot;: &quot;Cisowa&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2312,\r\n      &quot;liczba_ludnosci&quot;: 14385,\r\n      &quot;powierzchnia&quot;: 6.22,\r\n      &quot;dzielnica&quot;: &quot;D\u0105browa&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 4115,\r\n      &quot;liczba_ludnosci&quot;: 8009,\r\n      &quot;powierzchnia&quot;: 1.95,\r\n      &quot;dzielnica&quot;: &quot;Dzia\u0142ki Le\u015bne&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2181,\r\n      &quot;liczba_ludnosci&quot;: 9552,\r\n      &quot;powierzchnia&quot;: 4.38,\r\n      &quot;dzielnica&quot;: &quot;Grab\u00f3wek&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 6488,\r\n      &quot;liczba_ludnosci&quot;: 4188,\r\n      &quot;powierzchnia&quot;: 0.65,\r\n      &quot;dzielnica&quot;: &quot;Kamienna G\u00f3ra&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 3951,\r\n      &quot;liczba_ludnosci&quot;: 7705,\r\n      &quot;powierzchnia&quot;: 1.95,\r\n      &quot;dzielnica&quot;: &quot;Dzia\u0142ki Le\u015bne&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2108,\r\n      &quot;liczba_ludnosci&quot;: 9231,\r\n      &quot;powierzchnia&quot;: 4.38,\r\n      &quot;dzielnica&quot;: &quot;Grab\u00f3wek&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 6137,\r\n      &quot;liczba_ludnosci&quot;: 3989,\r\n      &quot;powierzchnia&quot;: 0.65,\r\n      &quot;dzielnica&quot;: &quot;Kamienna G\u00f3ra&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 3036,\r\n      &quot;liczba_ludnosci&quot;: 10292,\r\n      &quot;powierzchnia&quot;: 3.39,\r\n      &quot;dzielnica&quot;: &quot;Karwiny&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2916,\r\n      &quot;liczba_ludnosci&quot;: 8020,\r\n      &quot;powierzchnia&quot;: 2.75,\r\n      &quot;dzielnica&quot;: &quot;Leszczynki&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1142,\r\n      &quot;liczba_ludnosci&quot;: 9069,\r\n      &quot;powierzchnia&quot;: 7.94,\r\n      &quot;dzielnica&quot;: &quot;Ma\u0142y Kack&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5117,\r\n      &quot;liczba_ludnosci&quot;: 18727,\r\n      &quot;powierzchnia&quot;: 3.66,\r\n      &quot;dzielnica&quot;: &quot;Ob\u0142u\u017ce&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 3416,\r\n      &quot;liczba_ludnosci&quot;: 14926,\r\n      &quot;powierzchnia&quot;: 4.37,\r\n      &quot;dzielnica&quot;: &quot;Oksywie&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1371,\r\n      &quot;liczba_ludnosci&quot;: 6882,\r\n      &quot;powierzchnia&quot;: 5.02,\r\n      &quot;dzielnica&quot;: &quot;Or\u0142owo&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5469,\r\n      &quot;liczba_ludnosci&quot;: 12908,\r\n      &quot;powierzchnia&quot;: 2.36,\r\n      &quot;dzielnica&quot;: &quot;Pog\u00f3rze&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 553,\r\n      &quot;liczba_ludnosci&quot;: 8398,\r\n      &quot;powierzchnia&quot;: 15.18,\r\n      &quot;dzielnica&quot;: &quot;Pustki Cisowskie-Demptowo&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2763,\r\n      &quot;liczba_ludnosci&quot;: 8179,\r\n      &quot;powierzchnia&quot;: 2.96,\r\n      &quot;dzielnica&quot;: &quot;Red\u0142owo&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1054,\r\n      &quot;liczba_ludnosci&quot;: 12113,\r\n      &quot;powierzchnia&quot;: 11.49,\r\n      &quot;dzielnica&quot;: &quot;\u015ar\u00f3dmie\u015bcie&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 728,\r\n      &quot;liczba_ludnosci&quot;: 10936,\r\n      &quot;powierzchnia&quot;: 15.03,\r\n      &quot;dzielnica&quot;: &quot;Wielki Kack&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2497,\r\n      &quot;liczba_ludnosci&quot;: 8189,\r\n      &quot;powierzchnia&quot;: 3.28,\r\n      &quot;dzielnica&quot;: &quot;Witomino Le\u015bnicz\u00f3wka&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1820,\r\n      &quot;liczba_ludnosci&quot;: 9518,\r\n      &quot;powierzchnia&quot;: 5.23,\r\n      &quot;dzielnica&quot;: &quot;Witomino Radiostacja&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5785,\r\n      &quot;liczba_ludnosci&quot;: 11281,\r\n      &quot;powierzchnia&quot;: 1.95,\r\n      &quot;dzielnica&quot;: &quot;Wzg\u00f3rze \u015aw. Maksymiliana&quot;,\r\n      &quot;dzien&quot;: &quot;2017-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 3126,\r\n      &quot;liczba_ludnosci&quot;: 10605,\r\n      &quot;powierzchnia&quot;: 3.39,\r\n      &quot;dzielnica&quot;: &quot;Karwiny&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2996,\r\n      &quot;liczba_ludnosci&quot;: 8240,\r\n      &quot;powierzchnia&quot;: 2.75,\r\n      &quot;dzielnica&quot;: &quot;Leszczynki&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1097,\r\n      &quot;liczba_ludnosci&quot;: 8716,\r\n      &quot;powierzchnia&quot;: 7.95,\r\n      &quot;dzielnica&quot;: &quot;Ma\u0142y Kack&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5275,\r\n      &quot;liczba_ludnosci&quot;: 19302,\r\n      &quot;powierzchnia&quot;: 3.66,\r\n      &quot;dzielnica&quot;: &quot;Ob\u0142u\u017ce&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 3408,\r\n      &quot;liczba_ludnosci&quot;: 14885,\r\n      &quot;powierzchnia&quot;: 4.37,\r\n      &quot;dzielnica&quot;: &quot;Oksywie&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1399,\r\n      &quot;liczba_ludnosci&quot;: 7027,\r\n      &quot;powierzchnia&quot;: 5.02,\r\n      &quot;dzielnica&quot;: &quot;Or\u0142owo&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5659,\r\n      &quot;liczba_ludnosci&quot;: 13378,\r\n      &quot;powierzchnia&quot;: 2.36,\r\n      &quot;dzielnica&quot;: &quot;Pog\u00f3rze&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 559,\r\n      &quot;liczba_ludnosci&quot;: 8486,\r\n      &quot;powierzchnia&quot;: 15.18,\r\n      &quot;dzielnica&quot;: &quot;Pustki Cisowskie-Demptowo&quot;,\r\n      &quot;dzien&quot;: &quot;2015-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 2551,\r\n      &quot;liczba_ludnosci&quot;: 8362,\r\n      &quot;powierzchnia&quot;: 3.28,\r\n      &quot;dzielnica&quot;: &quot;Witomino Le\u015bnicz\u00f3wka&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 1858,\r\n      &quot;liczba_ludnosci&quot;: 9712,\r\n      &quot;powierzchnia&quot;: 5.23,\r\n      &quot;dzielnica&quot;: &quot;Witomino Radiostacja&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    },\r\n    {\r\n      &quot;gestosc_zaludnienia&quot;: 5840,\r\n      &quot;liczba_ludnosci&quot;: 11397,\r\n      &quot;powierzchnia&quot;: 1.95,\r\n      &quot;dzielnica&quot;: &quot;Wzg\u00f3rze \u015aw. Maksymiliana&quot;,\r\n      &quot;dzien&quot;: &quot;2016-12-31&quot;\r\n    }\r\n  ]\r\n}\r\n\r\n<\/pre>\n<p>Kod, kt\u00f3ry umo\u017cliwia za\u0142adowanie pliku i wy\u015bwietlenie zawarto\u015bci przedstawia si\u0119 tak:<\/p>\n<pre class=\"brush: plain; light: false; title: Kod:; toolbar: true; notranslate\" title=\"Kod:\">\r\nvar jsondata;\r\n\r\nfunction preload() {\r\n  jsondata = loadJSON(&quot;Gdynia_dzielnice.json&quot;)\r\n}\r\n\r\nfunction setup() {\r\n  noCanvas();\r\n  createElement ('h1', &quot;Gdy\u0144skie dzielnice: &quot;);\r\n  createElement('h3',  jsondata.meta.url);\r\n\r\n  for( var i = 0; i &lt; jsondata.data.length; i++){\r\n     createElement('h2', jsondata.data&#x5B;i].dzielnica);\r\n     createElement('p', &quot;g\u0119sto\u015b\u0107 zaludnienia = &quot; + jsondata.data&#x5B;i].gestosc_zaludnienia);\r\n     createElement('p', &quot;liczba ludno\u015bci = &quot; + jsondata.data&#x5B;i].liczba_ludnosci);\r\n     createElement('p', &quot;powierzchnia = &quot; + jsondata.data&#x5B;i].powierzchnia);\r\n     createElement('p', &quot;dane z dnia: &quot; + jsondata.data&#x5B;i].dzien);\r\n  }\r\n\r\n\/\/console.log(JSONdata.data.length);\r\n}\r\n<\/pre>\n<p>To samo ale dane \u015bci\u0105gam z zewn\u0105trz. Jest z tym pewien problem &#8211; zabezpieczenia. Nie wszystkie serwery daj\u0105 nieograniczony dost\u0119p. Jest spos\u00f3b.\u00a0Wystarczy doda\u0107 przed adresem tekst: <em>https:\/\/crossorigin.me\/<\/em> i wszystko dzia\u0142a \u015bwietnie. Mo\u017ce nie wszystko, ale sporo.<\/p>\n<pre class=\"brush: plain; light: false; title: Kod:; toolbar: true; notranslate\" title=\"Kod:\">\r\nvar jsondata;\r\n\r\n\/\/function preload() {\r\n\/\/  jsondata = loadJSON(&quot;Gdynia_dzielnice.json&quot;)\r\n\/\/}\r\n\r\n\r\n\r\nfunction setup() {\r\n\r\n  var url = 'https:\/\/crossorigin.me\/http:\/\/otwartedane.gdynia.pl\/portal\/data\/city\/1\/2\/data.json'\r\n  loadJSON(url, gotData);\r\n  noCanvas()\r\n  }\r\n\r\nfunction gotData(jsondata) {\r\n  \/\/print(jsondata);\r\n\r\n  createElement ('h1', &quot;Gdy\u0144skie dzielnice: &quot;);\r\n  createElement('h3',  jsondata.meta.url);\r\n  for( var i = 0; i &lt; jsondata.data.length; i++)\r\n  {\r\n    createElement('h2', jsondata.data&#x5B;i].dzielnica);\r\n    createElement('p', &quot;g\u0119sto\u015b\u0107 zaludnienia = &quot; + jsondata.data&#x5B;i].gestosc_zaludnienia);\r\n    createElement('p', &quot;liczba ludno\u015bci = &quot; + jsondata.data&#x5B;i].liczba_ludnosci);\r\n    createElement('p', &quot;powierzchnia = &quot; + jsondata.data&#x5B;i].powierzchnia);\r\n    createElement('p', &quot;dane z dnia: &quot; + jsondata.data&#x5B;i].dzien);\r\n  }\r\n}\r\n<\/pre>\n<h4>Dodatkowe informacje:<\/h4>\n<p><a href=\"https:\/\/github.com\/processing\/p5.js\/wiki\/Loading-external-files:-AJAX,-XML,-JSON\">https:\/\/github.com\/processing\/p5.js\/wiki\/Loading-external-files:-AJAX,-XML,-JSON<\/a><br \/>\n<a href=\"http:\/\/rebecca-ricks.com\/2015\/10\/27\/first-p5-js-sketch-using-the-nyt-api\/\">http:\/\/rebecca-ricks.com\/2015\/10\/27\/first-p5-js-sketch-using-the-nyt-api\/<\/a><br \/>\n<a href=\"https:\/\/github.com\/processing\/p5.js\/issues\/1535\">https:\/\/github.com\/processing\/p5.js\/issues\/1535<\/a><br \/>\n<a href=\"http:\/\/jsonviewer.stack.hu\">http:\/\/jsonviewer.stack.hu<\/a><br \/>\n<a href=\"http:\/\/api.jquery.com\/jQuery.getJSON\/\">http:\/\/api.jquery.com\/jQuery.getJSON\/<\/a><\/p>\n<p>Listy publicznych baz API JSON<br \/>\n<a href=\"https:\/\/github.com\/toddmotto\/public-apis\">https:\/\/github.com\/toddmotto\/public-apis<\/a><br \/>\nhttps:\/\/github.com\/abhishekbanthia\/Public-APIs<\/p>\n","protected":false},"excerpt":{"rendered":"<p>JSON (JavaScript Object Notation) to spos\u00f3b zapisywania danych \u015bwietnie wsp\u00f3\u0142pracuj\u0105cy z bibliotek\u0105 p5*js. Typowy plik JSON wygl\u0105da tak: { &quot;meta&quot;: { &quot;zasob&quot;: &quot;1.2 Dzielnice&quot;, &quot;aktualizacja&quot;: &quot;dzienna&quot;, &quot;url&quot;: &quot;http:\/\/otwartedane.gdynia.pl\/portal\/data\/city\/1\/2\/data.json&quot; }, &quot;data&quot;:&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[51],"tags":[53,56,52],"class_list":["post-1501","post","type-post","status-publish","format-standard","hentry","category-javascript","tag-javascript","tag-json","tag-p5js"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/posts\/1501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/comments?post=1501"}],"version-history":[{"count":10,"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/posts\/1501\/revisions"}],"predecessor-version":[{"id":4758,"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/posts\/1501\/revisions\/4758"}],"wp:attachment":[{"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/media?parent=1501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/categories?post=1501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arduino.net.pl\/index.php\/wp-json\/wp\/v2\/tags?post=1501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}