have to parse it to js object before using?
Or this is when it comes from server?
JSON is a string format. You can do any string operations on it, like getting its length or running a regex on it. If you want to use the data it represents, you have to first parse it. You can then access its properties
yes
Обсуждают сегодня