List Question
10 TechQA 2024-11-05 16:22:18How to 'flatten' a vector to produce multiple XML elements when using serde?
1.1k views
Asked by jbrown
How do I respond from a Rocket handler with content type application/hal+json?
657 views
Asked by nsg
Parsing an object inside an object with serde_json
1.9k views
Asked by BalaB
How to do Type-Length-Value (TLV) serialization with Serde?
1.3k views
Asked by user287749
How do I serialize an enum to a number and deserialize from a number via serde-json?
890 views
Asked by Ryo-chan
Deserializing JSON array containing different types of object
2k views
Asked by Joulin Nicolas
How do I parse a JSON body in Rocket when the content type is not "application/json"?
1.2k views
Asked by Patrick
It is possible to discard items that fail to parse and continue parsing with serde_json?
84 views
Asked by Johan Bjäreholt
Support both serde_json::Value and cbor_json::Value
393 views
Asked by Timmmm
How can I make all the fields of structs publicly readable while enforcing the use of a "new" constructor
1.6k views
Asked by fadedbee