mplanchard / falcon-marshmallow

Marshmallow serialization/deserialization middleware for Falcon
MIT License
4 stars 2 forks source link

use json_module consistently #5

Closed timc13 closed 6 years ago

timc13 commented 6 years ago

also import simplejson explicitly to avoid any future confusion

I also think there's a good argument for removing the dependency on simplejson completely. It should be up to the user to choose the json_module.

mplanchard commented 6 years ago

I like it!

We should discuss the potential removal of the simplejson module in a separate Issue. Feel free to open one up.