sjson icon indicating copy to clipboard operation
sjson copied to clipboard

How should I update the key if there are dots and slashes in the key?

Open echo567 opened this issue 11 months ago • 2 comments

example: { "name": "test", "address": { "a.b.c/d": "off", "asd": "asd" } } image I want to change the value of a.b.c/d to abc How should it be achieved? thanks

echo567 avatar Mar 02 '24 11:03 echo567