Related to #1430 and also recent discussions / changes adding support for jsonc by @lucascolley. I've been thinking this would all be a lot simpler to just switch to using TOML instead of json. Comments would have first class support, and it is pretty much standardized into Python now anyway. Plus it works better with the pydantic stuff I had in mind.
Will have a PR for this shortly, but thoughts welcome.
Related to #1430 and also recent discussions / changes adding support for
jsonc
by @lucascolley. I've been thinking this would all be a lot simpler to just switch to using TOML instead ofjson
. Comments would have first class support, and it is pretty much standardized into Python now anyway. Plus it works better with thepydantic
stuff I had in mind.Will have a PR for this shortly, but thoughts welcome.