braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 98 forks source link

Replace org.json with jackson #60

Closed nofuss closed 6 years ago

nofuss commented 6 years ago

Summary

Replaces org.json dependency with com.fasterxml.jackson.core.

Checklist

crookedneighbor commented 6 years ago

We've already taken care of this internally using Jackson JR, and it'll be part of the next release.

nofuss commented 6 years ago

excellent - thanks for the update