You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZTUtils.make_query (and friends) allow together with ZPublisher's type suffixes to pass typed information between requests. However, there are some weaknesses.
dm.zopepatches.ztutils addresses the following weaknesses:
missing support for None
missing support for empty lists/tuples
limited support for nested structures
fixed set of supported types
by
allow for the registration of extensions (essentailly new type suffixes and corresponding converters); used to handle None and deeply nested JSON serializable structures (via a json extension)
use :tokens:default to provide a default for empty list/tuple
The text was updated successfully, but these errors were encountered:
... by functionality from
dm.zopepatches.ztutils
?ZTUtils.make_query
(and friends) allow together withZPublisher
's type suffixes to pass typed information between requests. However, there are some weaknesses.dm.zopepatches.ztutils
addresses the following weaknesses:None
by
None
and deeply nested JSON serializable structures (via ajson
extension):tokens:default
to provide a default for empty list/tupleThe text was updated successfully, but these errors were encountered: