Actually, i think there's some kind of limit but i have not been able to determine it; here's the case: I have an Asp.Net page (don't judge me, i was asked to work with it) which queries the DB and gets a datatable with around 2000 rows and 27 columns. If i drop the datatable to an XML, the request from the client works, slow but works, since js is creating the table and doing some stuff.. anyway... I did a DataTable To jSon routine which has always worked for me like a charm, but in this case, that huge amount of data seems to be truncated, or something else is going on, but the server respon
以上就是Is there a limit on how much JSON can hold?的详细内容,更多请关注web前端其它相关文章!