Skip to content

Use proper JSON Path when updating nested JSON fields #310

@sumitshatwara

Description

@sumitshatwara

Considering two scenarios below (consider the below variables as nested fields in JSON stored inside the address field):

  1. variable name: city, updated path: $.address.city, it works fine
  2. variable name: my_city, updated path: $.address.my.city, it failed as updated path should be: $.address.my_city (underscore was replaced by a dot)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions