Search code examples
serde_yaml::Value -> serde_json::Value, `null` keys...


rustserializationserdeserde-json

Read More
Web assembly sending faulty Json body that the server cannot deserialize...


postrustwebassemblyserdeactix-web

Read More
Safely and efficiently processing a json web service response in rust...


jsonrustserderobustness

Read More
Rocket - handle untyped json body with Rocket and okapi...


jsonrustserderust-rocket

Read More
Is there is a simpler way to convert a type upon deserialization?...


rustserdeserde-json

Read More
At least one of the optional fields...


rustserde

Read More
Rust Serialize and Deserialize toml...


rustenumsserdetoml

Read More
How to deserialize complex JSON to Rust type?...


jsonrustserdetauri

Read More
How to read JSON file with serde?...


rustserde

Read More
Generate pretty (indented) JSON with serde...


jsonrustserde

Read More
How to mutate serde_json value by adding additional fields?...


rustserde

Read More
Further process a field using serde_json...


rustserde

Read More
How to access the main Serializer when using a separated Serializer for structs...


rustserializationserde

Read More
Encoding a tree with serde_json...


rustserde

Read More
How to parse yaml conditional fields in rust?...


rustyamlserde

Read More
How to parse this JSON file in Rust using serde?...


jsonrustserde

Read More
How to return an error from `deserialize`?...


rustdeserializationserde

Read More
How to deserialize Option<T> where T has a custom deserializer?...


rustdeserializationserde

Read More
Is it possible to deserialize a raw string directly into a specific type?...


rustserde

Read More
Serde deserialize String into u64...


rustserializationserde

Read More
How can I (de)serialize object that has trait field to .ron format with an erased-serde crate?...


rustserde

Read More
Handling different ways to represent null in serde...


jsonrustserde

Read More
Deserialize data error using serde in Rust...


rustserde

Read More
Serialize / Deserialize a struct that can be represented as an array of bytes...


rustserializationserde

Read More
Json file serialization and deserialization...


jsonrustserde

Read More
Serialize HashSet of enum variants as a regular HashMap using rocket serde...


rustserderust-rocket

Read More
Serialize data into struct model, where two of those fields' data are calculated based upon othe...


rustserdeactix-web

Read More
Deserialize the same JSON field into two different struct fields without implementing Deserialize ma...


rustserde

Read More
How do you deserialize a string with an enum where any other value deserializes into a newtype varia...


rustdeserializationserde

Read More
Deserializing JSON field with possible choices using serde...


jsonrustenumsserde

Read More
BackNext