JSON to .clj Given a JSON data structure, returns that object represented as a clojure data object. Useful for when you want to copy/paste json into a REPL, without having to escape all the ". json_to_clj('{"hello":"world"}');