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

I get a json object from a service of about 250 kb in size. I want to skip a json object and put the data in a table on my page. I am using jquery to scroll through a json object (using $ .each ()). I can process the json object if the data is small. So I want to know if there is a size limit on the json object that can be handled by the browser / jquery or am I missing something?

Is there any other way to get json data in parts and dynamically add it to the page?

Thanks in advance.

+3
source share
2 answers

, 250Kb , , . JSON , : API, . , API , , .

json-, afaik - , , : 1) 2) . - ~ 1 , 250 ( O (100 )). , , , , /.

+2

, . 250 kb . json . lopk youtube twitter. "" .

0

Source: https://habr.com/ru/post/1783649/


All Articles