6fc541a44c
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
11 lines
364 B
YAML
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.
|