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
Jinja2 has a JSON serializer, but not a parser. This is the source of
many StackOverflow questions and bug reports to projects using Jinja2.
Add a function "from_json", which just calls "json.loads", to
templates so that they can handle the JSON string in the "output"
field of an event.
0 commit comments