python 3 fixes by Tethik · Pull Request #4 · AndreiRegiani/falcon-jsonify

This package did not work in python3 due to how json.dumps returns a unicode string and not bytes. In python 2, strings == bytes if I understand it correctly. This should fix #3