diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-03-17 16:27:37 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-08-31 07:52:41 -0400 |
| commit | cf5adf0c646474f0259d123fad60ca5ed38ec891 (patch) | |
| tree | 85ccd32aa73eecf274a937f1fc3b6f4d484b77da /docs/markdown | |
| parent | cd30d1889f2bae34f17231b9cabe665edd57e7ba (diff) | |
| download | meson-cf5adf0c646474f0259d123fad60ca5ed38ec891.tar.gz | |
add json output format to configure file
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/json_output_format.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/json_output_format.md b/docs/markdown/snippets/json_output_format.md new file mode 100644 index 000000000..626840f76 --- /dev/null +++ b/docs/markdown/snippets/json_output_format.md @@ -0,0 +1,5 @@ +## Added 'json' output_format to configure_file() + +When no input file is specified, [[configure_file]] can now +generate a `json` file from given [[@cfg_data]]. +Field descriptions are not preserved in the json file. |
