Issues
- 1
Writing to fmt::Formatter
#1137 opened by asokol123 - 0
- 1
[suggestion] Hope to add configuration function
#1216 opened by victory-wu - 0
impl From<[T; N]> for Value
#1214 opened by photino - 1
- 0
Consume Value to get an owned part of it
#1209 opened by lasantosr - 1
- 0
Error messages customization
#1207 opened by avandecreme - 0
Implement `Deserializer` for `Map<String, Value>` and `&Map<String, Value>`
#1134 opened by swlynch99 - 1
- 1
How do I customize the serialization and deserialization to custom json format?
#1191 opened by leonardoraele - 2
Force Serde JSON to not use preserve order feature
#1162 opened by chrisbll971 - 1
expected identifier, found reserved identifier
#1198 opened by learnwithsobhit - 2
Untagged Enum Bug (?)
#1155 opened by aramrw - 0
- 0
Support for Comments
#1196 opened by theaddonn - 1
- 0
- 1
How to fix "type annotations needed" while deriving Serialize and Deserialize?
#1195 opened by Magicloud - 1
- 0
Use RawValue for lazy loading from files?
#1192 opened by Timmmm - 0
- 3
- 2
Isolate fields that exist in the JSON value but were not present in the struct deserialized into
#1177 opened by evbo - 1
- 1
expose scanner as public api
#1186 opened by devsnek - 0
Adding tests of invalid utf-8
#1185 opened by Sytten - 1
deserialize from jsons that do not follow conventions(no " or ' instead of ")
#1181 opened by frederik-uni - 0
- 1
- 0
`ser::Error` completely hides inner `io::Error`
#1169 opened by tingerrr - 1
`json!` unusable with `no_std` and feature `alloc`
#1164 opened by jendrikw - 1
to_string should add a \n to the end of the json
#1163 opened by Redhawk18 - 3
Unable to differentiate `None` and `Some(Value::Null)`
#1143 opened by dariocurr - 0
Support in-place deserialization in StreamDeserializer
#1156 opened by SUPERCILEX - 2
- 1
No method named `shift_insert` found for struct `IndexMap` in the current scope
#1151 opened by kevmeyer - 1
- 1
- 1
Non-obvious error message when unable to borrow string and there aren't obvious escape sequences
#1144 opened by skeggse - 1
Unrecoverable JSON Deserialization Error on Unexpected Enum Variant: "trailing characters"
#1142 opened by mjpauly - 3
[Bug] Fails to parse root string array
#1139 opened by tymur999 - 0
Discrepancy between serde_json::from_{reader,str}
#1140 opened by rmanoka - 0
- 2
Am I passing metadata through DeserializeSeed to facilitate deserialization of algebraic datatypes as intended
#1132 opened by hirenhpatel - 0
Serialize enum - only tag
#1133 opened by Cheban1996 - 1
Enum deserialization not working
#1129 opened by arik-so - 1
Adding languages to the serde-rs organization
#1126 opened by bitdivine - 2
In Rust 1.78+, too many errors get printed when building with neither "std" nor "alloc"
#1125 opened by dtolnay - 0
features_check/error.rs interferes with static analysis
#1123 opened by mleonhard