Arrow icon indicating copy to clipboard operation
Arrow copied to clipboard

netsted values problem

Open arden opened this issue 5 years ago • 0 comments

netsted values: value <-- json["user.name"]

How to deal with the following situation

{
    "user": {
        "name": "Joannis"
    }
}
{
    "user.name": "Joannis"
}

arden avatar Apr 25 '19 14:04 arden