From: Andrei Pavel Date: Fri, 19 Nov 2021 14:41:56 +0000 (+0200) Subject: [#2084] document trailing commas X-Git-Tag: Kea-2.1.2~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d9c90aa38379a809eeb2e75a25dbf062c00d88;p=thirdparty%2Fkea.git [#2084] document trailing commas --- diff --git a/doc/sphinx/arm/config.rst b/doc/sphinx/arm/config.rst index e578f982b0..5092c08c67 100644 --- a/doc/sphinx/arm/config.rst +++ b/doc/sphinx/arm/config.rst @@ -53,6 +53,8 @@ Kea components use extended JSON with additional features allowed: - File inclusion: JSON files can include other JSON files by using a statement of the form \. +- Allowed trailing commas anywhere except after the root curly brackets. + The configuration file consists of a single object (often colloquially called a map) started with a curly bracket. It comprises only one of the "Dhcp4", "Dhcp6", "DhcpDdns", "Control-agent", or "Netconf" objects.