Vertx Config Toml
21 Jun 2018Today I have quickly thrown together a library to add support for TOML to the Vert.x Configuration service.
The repository can be viewed here: https://github.com/LyndonArmitage/vertx-config-toml
I did this after reading 2 blog posts on both YAML and JSON being not so great as configuration file format solutions and then looking at some of the applications I was working on using JSON as a configuration format. The 2 blog posts in question were by Martin Tournoij (arp242), the first about JSON and the second about YAML. Both were written in 2016 but the YAML one has become popular on Reddit this week.
Comments