From c4d9c90aa38379a809eeb2e75a25dbf062c00d88 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Fri, 19 Nov 2021 16:41:56 +0200 Subject: [PATCH] [#2084] document trailing commas --- doc/sphinx/arm/config.rst | 2 ++ 1 file changed, 2 insertions(+) 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.