Created by: ramonhagenaars
What is this Python project?
Jsons (Json Serialization) is an easy to use Python library for converting Plain Old Python Objects to JSON and back.
- Just Python, no compromising your models
- Human readable JSON without meta pollution
- Easily extendable and customizable
- Easy to use
What's the difference between this Python project and similar ones?
- Jsons does not enforce inheritance for your models, like Marshmellow does
- Jsons can serialize and deserialize objects to JSON in much fewer lines of code than the standard
json
--
Anyone who agrees with this pull request could vote for it by adding a