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
Jackson will go twice as fast and jackson-core is only 250kb (jsonsmart is half of that but it's also twice slower).
Most devs aren't going to pay attention to that detail and just trust what you define as default so it's better to make the better choice for them imo :)
The text was updated successfully, but these errors were encountered:
…lso related to json-path#682, json-path#676, json-path#513, json-path#252)
* Replace hard-coded json-smart parser with one retrieved from context (where available) or default configuration.
* This enables a project to _exclude_ the transitive json-smart dependency when setting an alternative default configuration.
Why choosing a default Json provider that doesn't perform so well?
https://github.com/fabienrenaud/java-json-benchmark
Jackson will go twice as fast and jackson-core is only 250kb (jsonsmart is half of that but it's also twice slower).
Most devs aren't going to pay attention to that detail and just trust what you define as default so it's better to make the better choice for them imo :)
The text was updated successfully, but these errors were encountered: