1972. [func] andrei
- Kea servers now accept trailing commas in their JSON
- configuration.
+ Kea servers now accept trailing commas in file configurations.
+ While parsing, a warning is printed with the location of the
+ comma to give the user the ability to correct a potential
+ mistake.
(Gitlab #2084)
1971. [func] tmark, jad
- 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.
+- Extra commas: to remove the inconvenience of errors caused by leftover commas
+ after making changes to configuration. While parsing, a warning is printed
+ with the location of the comma to give the user the ability to correct a
+ potential mistake.
The configuration file consists of a single object (often colloquially
called a map) started with a curly bracket. It comprises only one of