I am coding in Django and my front-end uses Angularjs like this:
$scope.reserve = { reserve: { duration: { sta
In Python 3, you need to decode the bytes into a string before you can load the json.
json.loads(request.body.decode('utf-8'))