Skip to content

Add option for rendering escaped JSON as-is #8

Closed
@dit7ya

Description

@dit7ya

For something like this, I would expect to see the escaping correctly (as jq does it).

echo '{"foo": "\""}' | jq
{
  "foo": "\""
}

However, this library shows the following
image

Can we have a configuration option for that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions