I have a json like following ``` `json.set doc . '{"":"empty", "\\":"slash","\'":"quote","\n":"enter", "\"":"double quote", "\'\'":"quote quote", "\t":"tab", "/":"value"}'` ``` if I want to get value `"empty"`. I can use `json.get doc "['']"` but how can I get other key 's value?