News

In most of the cases the requirements in an application is to convert Json text to an instance of a custom class, say Customer or Invoice or something like that. Not to a Dictionary. Another serious ...
After years of python development, I grew tired of receiving data from APIs, database, csv files and so on and working with them as python dictionaries. The "simple" JSON deserializer library options ...