Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 12
and
Version 13
of
pyson
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
04/21/21 22:18:39 (
4 years
ago)
Author:
wouter
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
pyson
v12
v13
28
28
from packson3.JsonTypeInfo import JsonTypeInfo
29
29
from packson3.JsonTypeInfo import Id,As
30
from typing import Dict
30
31
31
32
@JsonTypeInfo(use=Id.NAME, include=As.WRAPPER_OBJECT)