issues
search
CosmWasm
/
serde-json-wasm
serde_json for Wasm programs (small, deterministic, no floats)
Apache License 2.0
30
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
de::Deserializer::deserialize_any does not support u128
#68
gmanev7
opened
1 month ago
0
Query function to fetch the length of HashMap works inefficiently when the key is of type `Vec<u8>`
#67
harsh-supra
opened
6 months ago
1
Docs say that deserialization without alloc is supported
#66
leighmcculloch
opened
9 months ago
1
Add recursion limit for 1.0.1
#65
chipshort
closed
9 months ago
0
Add recursion limit for 0.5.2
#64
chipshort
closed
9 months ago
0
deserialize_bytes and deserialize_byte_buf support for custom deserializers
#63
luca992
opened
1 year ago
0
Not support for float numbers?
#62
miaocb
opened
1 year ago
1
ser: don’t unnecessarily allocate a String when serialising a character
#61
mina86
closed
1 year ago
1
Don’t convert literals to String in test assertions
#60
mina86
closed
1 year ago
1
Serialize / Deserialize u128 and i128 as numbers instead of strings
#59
chipshort
closed
1 year ago
0
Make library no_std and introduce std and unstable features
#58
mina86
closed
1 year ago
5
Improve serde_json compatibility testing
#57
webmaster128
closed
1 year ago
0
no_std support
#56
dzmitry-lahoda
closed
1 year ago
0
Test collect_str and let it use the default implementation
#55
webmaster128
closed
1 year ago
3
Serialize u128/i128 as number instead of string
#54
webmaster128
closed
1 year ago
0
Fix: remove formatting in serde custom error handler
#53
chris-ricketts
closed
1 year ago
2
Any plan for Value support?
#52
songtianyi
closed
1 year ago
1
Add support for `ser.str_collect`
#51
CyberHoward
closed
1 year ago
3
Test #[serde(flatten)] support
#50
webmaster128
closed
1 year ago
0
Test and fix clippy
#49
webmaster128
closed
1 year ago
0
Fix lint errors in tests
#48
webmaster128
closed
1 year ago
0
Upgrade min Rust version and bump to edition2021
#47
webmaster128
closed
1 year ago
0
Deserializing `u128` errors when inside an untagged enum
#46
uint
opened
2 years ago
6
Map serde support
#45
CyberHoward
closed
1 year ago
13
Add deserialize newtype
#44
aeryz
closed
2 years ago
0
when using #[serde(untagged)] it compiles with Floats
#43
ratik
opened
2 years ago
19
`serde::de::Error::custom()` impl introduces floats downstream due to `to_string()` (`fmt::Display`) usage
#42
chris-ricketts
closed
1 year ago
1
Map serialization
#41
hussein-aitlahcen
closed
1 year ago
9
Support for `no_std`
#40
Fraser999
closed
1 year ago
4
Updated version for release
#39
hashedone
closed
2 years ago
0
Added implementation of `deserialize_any`
#38
hashedone
closed
2 years ago
1
fix u128/i128 serialization
#37
iLoveBusinessDevelopment
closed
2 years ago
1
Bump to 0.3.2
#36
ethanfrey
closed
2 years ago
0
Cut a 0.3.2 release
#35
ethanfrey
closed
2 years ago
1
solve a warning about unnecessary trailing semicolon
#34
loloicci
closed
2 years ago
0
Primitive integer128
#33
loloicci
closed
2 years ago
1
Add rust primitive integer 128 type support
#32
loloicci
closed
2 years ago
0
Clean fork
#31
breathx
closed
3 years ago
0
Add raw value support
#30
ethanfrey
opened
3 years ago
0
Version 0.3.1
#29
maurolacy
closed
3 years ago
1
Deserialize unit
#28
maurolacy
closed
3 years ago
0
Cannot parse new `()` encoding
#27
ethanfrey
closed
3 years ago
4
0.3.0 release
#26
maurolacy
closed
3 years ago
0
String parsing optimization
#25
maurolacy
closed
3 years ago
5
Add support for unit serialization / deserialization
#24
webmaster128
closed
3 years ago
0
Add some more enum testing
#23
webmaster128
closed
3 years ago
0
Add tuple variant serialization
#22
maurolacy
closed
3 years ago
0
Serialize unit structs as null
#21
maurolacy
closed
3 years ago
0
Serialization of flatten type not supported
#20
whalelephant
closed
1 year ago
4
serializing tuples failes and deserializing tuples causes panics
#19
reuvenpo
closed
3 years ago
1
Next