Last active
June 30, 2018 19:49
-
-
Save rahul-thakoor/449ea0438a8f6eee39edad0a97204ed9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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