box / box-salesforce-sdk

This is the Salesforce SDK for integrating with the Box Platform.
https://developer.box.com/guides/tooling/sdks/salesforce/
Apache License 2.0
58 stars 51 forks source link

Remove custom JSON parsing #22

Open bassman531 opened 8 years ago

bassman531 commented 8 years ago

When the SDK was originally written, the decision was made to use custom JSON parsing for a few reasons: -Some fields required custom handling (datetime fields, for example) -Consistency with the Box Java SDK

After real-world use, it turns out that these reasons are inadequate to justify a custom JSON parser. Simply defaulting to the built in JSON class methods is a much better option both in terms of performance and usability.