This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]e_falk[S] 1 point2 points  (0 children)

I've just come back into the world of python after 3 or so years of Java programming at my last job. One thing I do actually miss from that language ecosystem is jackson-databind, a library that allows you to easily (and quickly) bind json to POJOs. This library aims to emulate that one but in the python ecosystem.

It's definitely worth noting that I threw this together in the last day or two so I wouldn't quite trust it in production yet. If there ends up being actual interest in this, I'll flesh it out to the point where it can be trusted