Closed Philzen closed 6 months ago
After following the discussion in #104, i dropped the fastjson update 2cbcf08 in this PR now
I had a little confusion about senthilganeshs/jsonp vs. https://github.com/tonivade/purejson. The former hasn't seen any activity in the last five years, while the latter seems pretty active, but is not yet included in the shootout – maybe a good one to add?
Indeed. I can't find the source for senthilganeshs/jsonp anymore... Let's remove it in a separate PR. If tonivade/purejson uses the same API, let's switch the dependency from senthilganeshs.purejson to tonivade.purejson.
Thank you for your contribution and help.
I just wanted to update the Jackson lib, but then i ended up checking the whole list ;)
After some fighting with (non-semver) breaking changes in avaje-jsonb and json-io i was able to execute both
./run ser
and.run/deser
successfully.Some notable points:
git revert 91d279b
before merging (i may also simply rebase and drop the commit if desired)