Parsing malformed JSON with Javascript

后端 未结 7 1767
抹茶落季
抹茶落季 2020-12-21 11:34

I want to parse this content using Javascript. The data looks like this:

{\"ss\":[[\"Thu\",\"7:00\",\"Final\",,\"BAL\",\"19\",\"ATL\",\"20\",,,\"56808\",,\"PRE

7条回答
  •  死守一世寂寞
    2020-12-21 11:46

    We are using mootools for stuff like that, but you can do it it plain JavaScript as well: http://www.json.org/js.html.

提交回复
热议问题