# rust-get-data-from-url **Repository Path**: mirrors_hjr3/rust-get-data-from-url ## Basic Information - **Project Name**: rust-get-data-from-url - **Description**: An example of how to fetch json data from a url, parse the json and get some specific values. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Using Rust To Get Data From A Url **Tested on Rust 1.3** An example of how to fetch json data from a url, parse the json and get some specific values. See http://hermanradtke.com/2015/09/21/get-data-from-a-url-rust.html for details.