issues
search
ramonhagenaars
/
jsons
🐍 A Python lib for (de)serializing Python objects to/from JSON
https://jsons.readthedocs.io
MIT License
289
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this project still alive ?
#193
gri38
opened
6 months ago
0
dicts are serialized wrongly when assigned to an attribute with an 'Any' type
#192
Gollimnar
opened
6 months ago
0
Corrected variable name in example
#191
miselico
opened
11 months ago
0
Error: got an unexpected keyword argument 'origin'
#190
JobaDiniz
opened
11 months ago
0
Add support for Python 3.10 Union syntax
#189
idoby
opened
1 year ago
4
deserialization with jsons to nested classes
#188
t-raww187
opened
1 year ago
1
Test failure with Python 3.11
#187
fabaff
opened
1 year ago
1
jsons dumps fields sorted
#186
fithisux
opened
1 year ago
0
DeserializationError: Invalid type: "decimal.Decimal"
#185
bziolo-dtiq
opened
1 year ago
0
What's the key difference between `jsons` and `pydantic`?
#184
Raven888888
opened
2 years ago
1
SerializationError: object of type 'abc' has no len()
#183
duxbuse
opened
2 years ago
3
Deserialize JSON into Class - Ignore attributes
#182
dantebarba
closed
2 years ago
3
How to make `jsons.dump()` treat `bytes` the same as Python3 `str`?
#181
johnnyutahh
opened
2 years ago
2
add default (de)serializer for Literal values
#180
buckley-w-david
opened
2 years ago
0
In nested objects, `load` is only called for the root object instead of being called for each one
#179
itaiperi
opened
2 years ago
1
UserWarning: Failed to dump attribute after updating python to 3.10
#178
piio
closed
2 years ago
2
Optional and Union fields are not handled correctly
#177
aquamatthias
opened
2 years ago
2
DeserializationError when loading into a class with an Optional bson.ObjectID
#176
yurirocha15
opened
2 years ago
2
Bug `with_dump` only support `json`, not support `dumps`
#175
nightan42643
opened
2 years ago
2
Document issue: `dumps` should return a string?
#174
nightan42643
opened
2 years ago
1
Question about JsonSerializable.json method
#173
nightan42643
opened
2 years ago
2
TypeError: Item in jsons.__all__ must be str, not function
#172
nightan42643
opened
2 years ago
1
Fixed the bug that a string was unintentionally parsed as a datetime.
#171
ramonhagenaars
closed
2 years ago
1
Literal (and Union[Literal]) support
#170
davetapley
opened
2 years ago
1
String deserialized as datetime despite target type annotation
#169
tbarkai
closed
2 years ago
1
String wrongly deserialized as datetime
#168
tbarkai
closed
2 years ago
1
Bug: a string is deserialised as datetime
#167
tbarkai
closed
2 years ago
1
Missing source distribution on PyPI
#166
jochembroekhoff
closed
2 years ago
3
get_serializer returning None
#165
davetapley
closed
2 years ago
1
Testing Github Actions
#164
ramonhagenaars
closed
2 years ago
1
Fix link to GitHub page
#163
davetapley
closed
2 years ago
1
Python 3.10's new Union syntax not working
#162
meshy
opened
2 years ago
2
#160 list deserializer propagates fork_inst
#161
patrickguenther
closed
2 years ago
5
fork_inst not being passed along to element deserializer in default list deserializer
#160
patrickguenther
closed
2 years ago
2
NoneType error when mapping None value to str
#159
dantebarba
closed
2 years ago
2
Library name
#158
brodmo
opened
2 years ago
0
`loads` appears to ignore `with_load` params
#157
paulmakepeace
opened
2 years ago
0
`attr_getters` attrs not available during `__post_init__`
#156
paulmakepeace
opened
2 years ago
0
Nested types involving lists lost in verbose serialization/deserialization
#155
milkshakeiii
opened
2 years ago
1
Fix issues with delayed annotations and named tuple
#154
georgeharker
closed
2 years ago
3
Release/1.6.1
#153
ramonhagenaars
closed
2 years ago
1
MyPy
#152
nicheosala
opened
2 years ago
0
Serialize IntEnum by name if use_enum_name is True
#151
georgeharker
closed
2 years ago
2
Avoid hashed keys when json-key-compatible serializer is set for key type, avoid errors on strict with hashed keys
#150
georgeharker
closed
2 years ago
1
Serialize IntEnum by name if so specified
#149
georgeharker
closed
3 years ago
0
Avoid hashed keys when json-key-compatible serializer is set for key type, avoid errors on strict with hashed keys
#148
georgeharker
closed
3 years ago
1
hashed-key dicts with strict crash
#147
georgeharker
closed
2 years ago
2
Ability to format json
#146
benjwarner
opened
3 years ago
1
stack overflow error
#145
DianaZhao
opened
3 years ago
0
Added support for attrs.
#144
ramonhagenaars
closed
3 years ago
1
Next