Skip to content

Support parsing json, which is escaped as a string in json value #46

@rualark

Description

@rualark

Example:

{
  "a": "{\"c\": \"some data\", \"d\": 3}",
  "b": 2
}

This can be recursive (unescape json string and get json, which can also contain a string, which needs to be unescaped. Probably, it will be convenient to add button to such string which can be unescaped.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions