issues
search
serde-rs
/
json
Strongly typed JSON library for Rust
Apache License 2.0
4.91k
stars
559
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Without "arbitrary_precision" enabled, what can Value::Number be?
#1218
JPRomer0
opened
1 day ago
0
Improve error messages when deserializing enums
#1217
avandecreme
opened
2 days ago
0
[suggestion] Hope to add configuration function
#1216
victory-wu
closed
2 days ago
1
Implement From<[T; N]> for Value
#1215
dtolnay
closed
5 days ago
0
impl From<[T; N]> for Value
#1214
photino
closed
5 days ago
0
Add a safety comment to unsafe block
#1213
djmitche
closed
1 week ago
0
scientific notation optional leading zeros in the exponent
#1212
Bollie15
opened
1 week ago
1
Forward `serde_json::value::RawValue` to `serde_json::RawValue`
#1211
bheylin
closed
2 weeks ago
1
Added consuming variants of the 'as_...' methods
#1210
lasantosr
opened
2 weeks ago
0
Consume Value to get an owned part of it
#1209
lasantosr
opened
2 weeks ago
0
Introducing Serde JSON Guru on Gurubase.io
#1208
kursataktas
closed
2 weeks ago
0
Error messages customization
#1207
avandecreme
opened
3 weeks ago
0
Improve performance of seq/map peeks
#1206
dtolnay
closed
1 month ago
0
Reduce duplicative instantiation of logic in SeqAccess and MapAccess
#1205
dtolnay
closed
1 month ago
0
Add Number u128 conversions
#1204
dtolnay
closed
1 month ago
0
Return error instead of Null if i128 deserialized to Value is out of range
#1203
dtolnay
closed
1 month ago
0
Delete unneeded imports in doc code
#1202
dtolnay
closed
1 month ago
0
Allow arbitrarily large i128 in arbitrary_precision mode
#1201
dtolnay
closed
1 month ago
0
Delete unreachable branch from Number::from_i128
#1200
dtolnay
closed
1 month ago
0
Add methods on Map and Value to destroy preserved ordering
#1199
dtolnay
closed
1 month ago
0
expected identifier, found reserved identifier
#1198
learnwithsobhit
closed
1 month ago
1
Document and guarantee partial RFC 8785 compatibility for serialization
#1197
casey
opened
1 month ago
0
Support for Comments
#1196
theaddonn
closed
1 month ago
0
How to fix "type annotations needed" while deriving Serialize and Deserialize?
#1195
Magicloud
closed
1 month ago
1
.
#1194
sofoxe1
closed
1 month ago
0
bug: from_value fails to parse enum whereas from_str does not
#1193
JosiahParry
closed
1 month ago
1
Use RawValue for lazy loading from files?
#1192
Timmmm
opened
2 months ago
0
How do I customize the serialization and deserialization to custom json format?
#1191
leonardoraele
closed
1 month ago
1
How to disable helpful deserialization error messages for unknown attributes?
#1190
VeaaC
opened
2 months ago
0
Support JSON without objects and support JSON without objects or arrays
#1189
SamuelMarks
closed
1 month ago
1
Add support for 128 bit HashMap key serialization
#1188
Mrreadiness
closed
2 months ago
0
Untyped JSON value is not able to customize the indentation
#1187
quanljh
closed
2 months ago
1
expose scanner as public api
#1186
devsnek
opened
2 months ago
1
Adding tests of invalid utf-8
#1185
Sytten
opened
2 months ago
0
Improve cfg names for fast arithmetic
#1184
dtolnay
closed
3 months ago
0
Unify chunk size choice between float and string parsing
#1183
dtolnay
closed
3 months ago
0
Ensure the SWAR chunks are 64-bit in more cases
#1182
CryZe
closed
3 months ago
1
deserialize from jsons that do not follow conventions(no " or ' instead of ")
#1181
frederik-uni
closed
3 months ago
1
Mention in documentation that Value can't represent all valid JSON data
#1180
tyilo
opened
3 months ago
0
Add more removal methods to `OccupiedEntry`
#1179
GREsau
closed
3 months ago
0
Optimize Unicode decoding by 1% 🤡
#1178
purplesyringa
closed
3 months ago
0
Isolate fields that exist in the JSON value but were not present in the struct deserialized into
#1177
evbo
closed
2 months ago
2
Improve job names for miri jobs
#1176
dtolnay
closed
3 months ago
0
Speed up \uXXXX parsing and improve WTF-8 handling
#1175
purplesyringa
closed
3 months ago
0
Test on BE and 32-bit platforms on CI via Miri
#1174
purplesyringa
closed
3 months ago
0
Oops, fix skip_to_escape on BE architectures
#1173
purplesyringa
closed
3 months ago
0
Parse \uXXXX escapes faster
#1172
purplesyringa
closed
3 months ago
7
Added to_string_mut and to_string_mut_pretty
#1171
JohnScience
closed
1 week ago
1
Deserializing 2^53-1 or -(2^53-1) into an `f64` loses precision
#1170
linabutler
closed
2 months ago
3
`ser::Error` completely hides inner `io::Error`
#1169
tingerrr
opened
3 months ago
0
Next