serde icon indicating copy to clipboard operation
serde copied to clipboard

:monorail: (unmaintained) A framework for defining, serializing, deserializing, and validating data structures

Results 13 serde issues
Sort by recently updated
recently updated
newest added

Chardet is in major release 5. It is unknown what will happen if *not* installing the extra `ext` while `chardet==5.1.0` is in the module path. ``` Provides-Extra: ext Requires-Dist: chardet...

Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and has been heavily used for...

I don't know whether this makes sense, but since I needed this, it just might. Could you have unix timestamp as a format for datetime?

since serializing sets to dict is supported for sets, i expected serialising sets to json to work. serializing to dict gives "('attribute_name', set())" which then fails to serialise to json...

It would be nice to have a Field that can handle all types of Numbers. Floats, integers, (longs in Python 2). Perhaps Decimals, and complex numbers too. ```python from serde...

feature

Hi, thanks for the library! (glad to find it, coming from Rust :crab:) I have a following json for which I'd like to remove one level of nesting: ```json {...

This should work great, although I'd like to hear your input on how I'm overwriting the existing branch completely. Theres a little bit of hackiness when I include the library...

At the moment I have to do the following: ```sh pip install sphinx just docs cd docs/_build/html git init git remote add origin [email protected]:rossmacarthur/serde.git git fetch git reset origin/gh-pages git...

enhancement

Storing collections of objects in various containers is an everyday job. However, currently there is no obvious way to have a field that is just a top-level container by itself....

feature