Comment on Why do so many tools have JSON config files?Comments−jamesponddotco10dI don't know about others, but I use JSON because it's in the standard Go library, and most of the times, I rather use something weird than add a dependency.
Comments
I don't know about others, but I use JSON because it's in the standard Go library, and most of the times, I rather use something weird than add a dependency.