Hello, I was curious if it's possible to parse JSON without reading from a file first (or manually creating a valid json string).
Something like the following:
(parse-clipboard-json
{"first_name": "John",
"last_name": "Smith"})
or alternatively, parse from the clipboard directly?