You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for supporting other libraries for JSON (de)serialization.
We've had a number of requests over the years to do this, so will be using this as the main feature request to a) track support for this and b) track work in this space.
The text was updated successfully, but these errors were encountered:
Good idea @pizzi80 - I think in general we want to support a more pluggable JSON infrastructure, so this could certainly fall under that. I don't think we necessarily want to only support one library since we'll have the same problem we have today where folks are pulling in a different library through their app framework and don't want to need two JSON libraries.
Yes I know... actually this is the biggest error of Java as a language in the last decade
Now they've finally fixed it with Json Binding, so probably frameworks will slowly move to jsonb
but it will require another decade 🤣
I hope that develop a json agnostic library will not require too much effort for you
dcr-stripe
changed the title
Feature Request: Support Jackson
Feature Request: Support pluggable JSON library
Jun 28, 2022
Tracking issue for supporting other libraries for JSON (de)serialization.
We've had a number of requests over the years to do this, so will be using this as the main feature request to a) track support for this and b) track work in this space.
The text was updated successfully, but these errors were encountered: