json.dumps(data) I am trying to dump data in JSON and got following error
json.dumps(data)
TypeError: a bytes-like object is required, not \'str
w