Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Parsing Error with Large File Size in jQWidgets Fancy Tree Library #755

Open
zahraAtaee opened this issue Nov 30, 2024 · 0 comments
Open

Comments

@zahraAtaee
Copy link

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:

  1. Create a JSON file with a large size (around 47 MB).
  2. Attempt to load the JSON file using the jQWidgets fancy tree library.
  3. 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.

Environment:

  • jQWidgets version: jQWidgets v4.0.0 Release, Jan-27-2016
    tree

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant