DEFAULT_JSON externalized
- DEFAULT_JSON and DEFAULT_PRETTY_JSON now live in an external library. This will break your imports if you were using that but should be a simple update. Reason for this is that I have multiple projects where I was copy pasting this thing. So, I created a separate library for it.
- Update to kotlin 2.0 and clean up the build file. 1.9 api is still supported.