Skip to content

Instantly share code, notes, and snippets.

@grimradical
Created November 7, 2013 20:32
Show Gist options
  • Save grimradical/7361391 to your computer and use it in GitHub Desktop.
Save grimradical/7361391 to your computer and use it in GitHub Desktop.
user> (parse-string (slurp "/Users/deepak/Desktop/good.json" :encoding "ISO-8859-1"))
{"data" "ÿ"}
user> (parse-string (slurp "/Users/deepak/Desktop/bad.json" :encoding "ISO-8859-1"))
{"data" "ÃÃ"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment