Skip to content

Instantly share code, notes, and snippets.

@rahul-thakoor
Last active June 30, 2018 19:49
Show Gist options
  • Save rahul-thakoor/449ea0438a8f6eee39edad0a97204ed9 to your computer and use it in GitHub Desktop.
Save rahul-thakoor/449ea0438a8f6eee39edad0a97204ed9 to your computer and use it in GitHub Desktop.
// source: https://github.com/serde-rs/json
let data = r#"{
"name": "John Doe",
"age": 43,
"phones": [
"+44 1234567",
"+44 2345678"
]
}"#;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment