Skip to main content

Working with JSON in Rust

In this module, you'll learn how to work with JSON data in Rust using the powerful serde ecosystem. For you as a .NET developer, this is similar to using System.Text.Json or Newtonsoft.Json to serialize and deserialize objects, but with the added safety and performance that Rust provides.