serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
51 stars 4 forks source link

[Playground] JSON rendering is not escaped #1538

Closed zyc9012 closed 3 months ago

zyc9012 commented 5 months ago

image

The rendered JSON shouldn't have line breaks.

instead of showing

"snippet": "a

b

c",

it should show

"snippet": "a\n\nb\n\nc",

Playground

It's the same kind of issue as https://github.com/serpapi/public-roadmap/issues/287, but this time in Playground and Search inspector.