2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#2084] document trailing commas

This commit is contained in:
Andrei Pavel
2021-11-19 16:41:56 +02:00
parent 446ead1e54
commit c4d9c90aa3

View File

@@ -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 - File inclusion: JSON files can include other JSON files by using a
statement of the form \<?include "file.json"?\>. statement of the form \<?include "file.json"?\>.
- Allowed trailing commas anywhere except after the root curly brackets.
The configuration file consists of a single object (often colloquially The configuration file consists of a single object (often colloquially
called a map) started with a curly bracket. It comprises only one of called a map) started with a curly bracket. It comprises only one of
the "Dhcp4", "Dhcp6", "DhcpDdns", "Control-agent", or "Netconf" objects. the "Dhcp4", "Dhcp6", "DhcpDdns", "Control-agent", or "Netconf" objects.