//to jest string
var zmienna = '{"name": "Fiat", "year": 1899, "cars": ["uno","tipo","500"]}';
//a to obiekt
var obiekt = {
"name":"Fiat",
"established":1899,
"models":[
"uno",
"tipo",
"tempra"
]
};