2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +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
No known key found for this signature in database
GPG Key ID: 86E9385BC2203766

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
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
called a map) started with a curly bracket. It comprises only one of
the "Dhcp4", "Dhcp6", "DhcpDdns", "Control-agent", or "Netconf" objects.