1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub
Data Science Graphing Libraries

AI Summary: Debug and fix a JSON parsing error in the JSONGrapher browser record creator. The error occurs when users paste constants with line breaks into a textbox. The solution involves identifying why line breaks cause the error (possibly encoding issues) and either preventing the encoding or implementing a parsing solution to handle line breaks in the pasted text.

Complexity: 3/5
good first issue