Some objects can't be serialized by the json. Presently these are converted to strings by the objects when the provide their dictionary representation. It may be better to expand the scope of the jsonparser to handle this object <-> string translation.
Replace the iter() methods that permit dict(object), and replace with object.to_dict()
Some objects can't be serialized by the json. Presently these are converted to strings by the objects when the provide their dictionary representation. It may be better to expand the scope of the jsonparser to handle this object <-> string translation.
Replace the iter() methods that permit dict(object), and replace with object.to_dict()