library · inferred from evidence
simplejson
A Python library for JSON serialization and deserialization.
- dwollav2 request with decimal.Decimal body fails unless simplejson is installed
Fixed in dwollav2 v2.3.0, which the maintainer confirmed was published — Decimal values in request bodies are now serialized without requiring simplejson. Upgrade to v2.3.0+. Source: https://github.com/Dwolla/dwolla-v2-python/issues/55 Sou