Is there a limit on size of json object that can be processed by browsers?

前端 未结 2 1857
花落未央
花落未央 2021-01-20 15:45

I am getting a json object from a service which is roughly of size 250 kb. I want to loop through the json object and put the data into a table in my page. I am using jquery

2条回答
  •  既然无缘
    2021-01-20 16:09

    I think not. 250 kb is not very big. You can get json data sequentially. Take a lopk at youtube or twitter. Both of those services have "More" button to load extra data.

提交回复
热议问题