The spyne.protocol.json package contains the Json-related protocols. Currently, only spyne.protocol.json.JsonDocument is supported.
Initially released in 2.8.0-rc.
This module is EXPERIMENTAL. You may not recognize the code here next time you look at it.
Bases: spyne.protocol.dictobj.DictDocument
An implementation of the json protocol that uses simplejson package when available, json package otherwise.
DEPRECATED. Use spyne.protocol.json.JsonDocument instead
alias of JsonDocument