From b318c9c20f40be1583e7d0751a733f77be173012 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 5 Aug 2022 10:31:08 +0200 Subject: make: generate --- conf/example.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf') diff --git a/conf/example.conf.in b/conf/example.conf.in index 5fadeac12..10810d8b8 100644 --- a/conf/example.conf.in +++ b/conf/example.conf.in @@ -1951,6 +1951,12 @@ activation { # name for identification. # json # JSON format. + # json_std + # JSON format that is more compliant with JSON standard. + # Compared to original "json" format: + # - it does not use double quotes around numeric values, + # - it uses 'null' for undefined numeric values, + # - it prints string list as proper JSON array of strings instead of a single string. # This configuration option has an automatic default value. # output_format = "basic" -- cgit v1.2.1