sjson
sjson copied to clipboard
How should I update the key if there are dots and slashes in the key?
example:
{ "name": "test", "address": { "a.b.c/d": "off", "asd": "asd" } }
I want to change the value of a.b.c/d to abc
How should it be achieved?
thanks