chicks / sugarcrm

A ruby based REST Client for SugarCRM
MIT License
90 stars 64 forks source link

Sugar 6.2 has a more strict JSON parser #20

Closed chicks closed 13 years ago

chicks commented 13 years ago

Need to double check JSON for accuracy. For instance, the login request will fail because of an extra comma on line 10 of login.rb.

chicks commented 13 years ago

All JSON tests now pass. Had to remove redundant commas, and ensure arrays and such were being passed as empty.