You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am using the jQWidgets library for a fancy tree to display all elements including rows and columns of a designed form. The library uses a JSON file to read and create this tree. However, it seems that the library has a limit on the size of the JSON file it can load. Currently, my JSON file is 47 MB and it throws the following error:
Steps to Reproduce:
Create a JSON file with a large size (around 47 MB).
Attempt to load the JSON file using the jQWidgets fancy tree library.
Observe the error mentioned above.
Expected Behavior:
The library should handle large JSON files without any errors.
Actual Behavior:
The library throws a SyntaxError due to bad control characters in the JSON string.
Sample JSON File:
[Attach the sample JSON file causing the issue]
Request for Solution:
Could you please provide a solution to handle large JSON files in the jQWidgets library or any workarounds to mitigate this issue?
Description:
I am using the jQWidgets library for a fancy tree to display all elements including rows and columns of a designed form. The library uses a JSON file to read and create this tree. However, it seems that the library has a limit on the size of the JSON file it can load. Currently, my JSON file is 47 MB and it throws the following error:
Steps to Reproduce:
Expected Behavior:
The library should handle large JSON files without any errors.
Actual Behavior:
The library throws a
SyntaxError
due to bad control characters in the JSON string.Environment:
jQWidgets version: jQWidgets v4.0.0 Release, Jan-27-2016
Browser: chrom, eage,..
Operating System: [Specify the OS]
Sample JSON File:
[Attach the sample JSON file causing the issue]
Request for Solution:
Could you please provide a solution to handle large JSON files in the jQWidgets library or any workarounds to mitigate this issue?
Thank you for your assistance.
Best regards,
zahra ataei
dsr_new_treeview-137.zip
The text was updated successfully, but these errors were encountered: