jsonTree
jsonTree copied to clipboard
HTML characters escaped according to their depth in tree
Trying out the live version, found an weird thing:
{"string":"&"} produces &
{"test":{"string":"&"}} produces &
{"test2": {"test":{"string":"&"}}} produces &
etc...
which does't seem like it's doing the right thing!