Is there an easy way to convert properties with dot notation to json
I.E
server.host=foo.bar server.port=1234
TO
{
Look at this https://github.com/nzakas/props2js. You can use it manually or fork and use in your project.