Parsing keys with spaces fails.
Opened this issue · 1 comments
ingydotnet commented
(. lib/json.bash; echo '{"files": {"first.txt": "Test", "second file": "Test" }}' | JSON.load )
dolik-rce commented
This seems to be fixed already:
$ (. lib/json.bash; echo '{"files": {"first.txt": "Test", "second file": "Test" }}' | JSON.load )
/files/first.txt "Test"
/files/second file "Test"