TypeError: b\'Pizza is a flatbread generally topped with tomato sauce and cheese and baked in an oven. It is commonly topped with a selection of meats, vegetables an
Consider installing and using simplejson, which can handle bytes strings in addition to unicode, to install it use command below:
pip3 install simplejson
Usage in code:
import simplejson as json json.dumps({b'name': b'dev'})