I have key ,value pair(key="photo" and value="image.png") in terms of binary. I want to convert to dict
imag_bytes=b'{"photo": matrix data}'
How can I convert into dict for accessing matrix data
Data=photo["photo"] What's to matrix data.
Suggest me.