mistral/releasenotes/notes/add-json-dump-deprecate-json-pp-252c6c495fd2dea1.yaml
Dougal Matthews 6fc541a44c Add a json_dump expression function
This is a new and simplified version of the json_pp function. It uses on
the standard jsonutils formatting and wont output the context if not
argument is provided.

Change-Id: I37f69d14e7cf4f57b910b355d7ccd31c9cd73d10
2017-11-03 07:35:03 +00:00

11 lines
364 B
YAML

---
features:
- |
A new YAQL/jinja2 expression function has been added for outputting JSON.
It is json_dump and accepts one argument, which is the object to be
serialised to JSON.
deprecations:
- |
The YAQL/jinja2 expression function ``json_pp`` has been deprecated and
will be removed in the S cycle. ``json_dump`` should be used instead.