Files
nats-server/conf
Waldemar Quevedo c45d2f5b8b Improve compatibility with JSON in config parser
The configuration format from the server is almost already a superset
of JSON with exception of two cases:

1) trailing commas from values at the top level (although they are
   supported inside of maps)

2) initial and final brackets on the top level section.

This change relaxes the two cases above to just skip those tokens so
that the config syntax can also support valid JSON objects for
configuring the server which might be helpful when generating it
programmatically.
2018-03-21 01:03:41 -07:00
..
2016-11-21 15:06:15 -08:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00