Actions
Feature #31015
closedAdd macros to deal with json and yaml in safemode
Description
List of macros:
- parse_yaml (YAML.safe_load)
- parse_json (JSON.parse)
- to_json(JSON.pretty_generate)
- to_yaml (.to_yaml)
Actions