public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[Playground] JSON rendering is not escaped

Open zyc9012 opened this issue 1 year ago • 0 comments

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.

zyc9012 avatar Apr 11 '24 13:04 zyc9012