chop-dbhi / ehb-client

BSD 2-Clause "Simplified" License
0 stars 0 forks source link

JSON should be constructed using python's json serialization #3

Open tjrivera opened 8 years ago

tjrivera commented 8 years ago

Right now there are many examples of JSON constructed via string concatenation, we should be relying on python's built-in json module for serialization across the board