No description
Find a file
2025-12-24 09:33:53 +01:00
locale feat: add doc 2025-12-24 09:33:53 +01:00
src/rougail/output_json feat: add doc 2025-12-24 09:33:53 +01:00
tests feat: add some tests 2025-11-05 21:40:39 +01:00
CHANGELOG.md bump: version 0.2.0a14 → 0.2.0a15 2025-12-22 09:08:49 +01:00
LICENSE feat: init commit 2024-11-28 08:18:50 +01:00
pyproject.toml bump: version 0.2.0a14 → 0.2.0a15 2025-12-22 09:08:49 +01:00
README.fr.md feat: add doc 2025-12-24 09:33:53 +01:00
README.md feat: add doc 2025-12-24 09:33:53 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Export configuration to JSON format

Note

Exporting the configuration in JSON format makes it easier to process the configuration in an external tool, for example.
Path: json
disabled
Disabled: if json is not set in "Select for output"

Variable Description Default value Type
json.mandatory
Command line:
• --json.mandatory
• --json.no-mandatory
Environment variable: JSON.MANDATORY
Test mandatories variables before display in JSON.
The configuration must be valid before exporting the data to JSON format. It's better to validate the values at the beginning of the process.
true if "Configuration in output step is in read_write mode" is false boolean mandatory
json.get
Command line:
--json.get
Environment variable: JSON.GET
Get value for a variable or a family.
By default, the entire configuration is exported as JSON. It is possible to retrieve variables values from a defined family or directly the value of a variable.
Examples:
• family
• family.variable
string