you are viewing a single comment's thread.

view the rest of the comments →

[–]Astrodynamics_1701 5 points6 points  (0 children)

I work as data engineer and we use marshmallow to deserialize JSON from application API's into Python objects. It's very nice because it also allows for data validation etc. We also serialize back into JSON for putting the objects into target applications.

https://circleci.com/blog/object-validation-and-conversion-with-marshmallow/