Currently jsonobject includes unused attributes set to None in API responses. For example, an EU /v2/taxes calculation will return empty Canada attributes.
We may need to fork jsonobject and provide our own package which excludes empty attributes by default. There's a PR open for this in the original repo.
Currently jsonobject includes unused attributes set to
Nonein API responses. For example, an EU/v2/taxescalculation will return empty Canada attributes.We may need to fork jsonobject and provide our own package which excludes empty attributes by default. There's a PR open for this in the original repo.