Skip to content

json-mixin allows you to serialize & deserialize arbitrary python classes

Notifications You must be signed in to change notification settings

1zzowiebeha/json-mixin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

json-mixin

A mixin that will allow you to serialize & deserialize arbitrary python classes

To use, simply import jmixin and inherit from JSerializer!

Warning: This class is not production ready. Check the latest release notes for more information

Warning: Be cautious when parsing JSON data from untrusted sources. A malicious JSON string may cause the decoder to consume considerable CPU and memory resources. Limiting the size of data to be parsed is recommended. (source: https://docs.python.org/3/library/json.html)

About

json-mixin allows you to serialize & deserialize arbitrary python classes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages