jsonmodels icon indicating copy to clipboard operation
jsonmodels copied to clipboard

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.

Results 51 jsonmodels issues
Sort by recently updated
recently updated
newest added

I didn't add the Trove classifier for 3.11 because it's still in beta, but as this is a pure Python project we probably could add now?

Right now the `ListField` class supports type validation on its elements, and validation agains the list itself (length etc.) But there is no easy way to specify validators that should...

We need simple pyproject.toml, for starters, something simple like https://github.com/django/django/blob/main/pyproject.toml DOD: - [ ] we have pyproject.toml in the project

I am developing a library that handles data that is exchanged in JSON format. It shall be designed to be easily usable with Django, but not require it. jsonmodels seems...

question

Dictionary (schemaless) field is first most needed field for jsonmodels: - https://github.com/jazzband/jsonmodels/pull/84 - https://github.com/jazzband/jsonmodels/pull/141 And there are good reasons to having one - for example we could have a list...

Primarly jsonmodels was created before dataclasses era - so the question is - how could we use advantages of dataclasses for our own sake? - auto generate model from dataclass?...

We need schemaless fields that can handle non-strict json data - lets imagine we are trying to handle 3rd party api that was not designed with jsonmodels first - such...