Closed jroper closed 1 year ago
According to the HOCON spec:
The last element in an array or last field in an object may be followed by a single comma. This extra comma is ignored.
If I have the following array:
my-array: [ "some-value", # some comment ]
The following error is produced:
Error: invalid value! at: 3:1, unknown value: "]"
Edit: updated to reflect that this only occurs when there is a comment after the trailing comma
According to the HOCON spec:
If I have the following array:
The following error is produced:
Edit: updated to reflect that this only occurs when there is a comment after the trailing comma