Skip to content

Instantly share code, notes, and snippets.

@crabtw
Created June 14, 2012 11:41
Show Gist options
  • Save crabtw/2929802 to your computer and use it in GitHub Desktop.
Save crabtw/2929802 to your computer and use it in GitHub Desktop.
use std;
fn main() {
let j = std::json::from_str("[]");
io::println(#fmt["%?", j]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment