JSON and Rust

JSON

JSON is used everywhere so being able to serialized and deserialize JSON is very important in Rust as well. The two tools used for this are serde and serde_json. In this series of articles we'll see how to use them to work with JSON in Rust.

Related Pages

Toml
Simple blocking HTTP POST request using Rust
Serialize and deserialize HashMap to JSON in Rust
Rust Maven
Files - dealing with files in Rust

Author

Gabor Szabo (szabgab)

Gabor Szabo, the author of the Rust Maven web site maintains several Open source projects in Rust and while he still feels he has tons of new things to learn about Rust he already offers training courses in Rust and still teaches Python, Perl, git, GitHub, GitLab, CI, and testing.

Gabor Szabo