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

Bug in displaying returned JSON #3

Closed
nkev opened this issue Jan 25, 2022 · 1 comment
Closed

Bug in displaying returned JSON #3

nkev opened this issue Jan 25, 2022 · 1 comment

Comments

@nkev
Copy link

nkev commented Jan 25, 2022

If the returned JSON looks like this:

{"specs": "<dl id=\"specs\">\r\n\t<dt class=\"section\">Sound Generator</dt>"}

The \" and \r\n\t are actually printed in the display like below, which breaks the JSON:

{"specs": "<dl id="specs">
   <dt class="section">Sound Generator</dt>"}
@newhoo
Copy link
Owner

newhoo commented Feb 6, 2022

done

@newhoo newhoo closed this as completed Feb 6, 2022
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

2 participants