-
Notifications
You must be signed in to change notification settings - Fork 278
Truncates with large data #11
Comments
+1 Can we please not have this limitation? |
Perhaps some more relevant information for this. At least with my testing I found that the truncation problem only occurs in Chrome. Firefox and IE allow it. My input size was 105k. The truncation appeared to happen at about 43k. |
I'm fairly sure this is related to the lined text area plugin. For some reason it seems to constrain paste size. I'm unsure why. I've not had a spare moment to take a look. If anyone else wants to, I'd be happy to review. |
+1 |
BTW if you are using Sublime Text 2, install JsFormat plugin and you can format json inside your code editor itself. |
Hey guys, I had this same issue but found the Pro supported my large dataset; |
I'm loading a json document which contains 104k of data, all on one line, I wanted to validate and format it.
It appears to gets truncated.
I realise there will be a limitation at some point as to the amount of data.
Just thought I'd let you know anyhow.
The text was updated successfully, but these errors were encountered: