In a unit test case that I am running, I get a KeyError exception on the 4th json object in the json text below because the piece of code responsible for decoding is looking for an object that isn\'t
I\'m programming with Django need to serialize an object to a string, but I need to get the string \\/ serialized.
I have the following case where I get the result of UTF-8 encoded HTTP response. I want to load the response content(JSON). However I don\'t know why I have to do 2 json.loads so that I get the final
Let me explain what I\'m trying to do, and if someone could point the correct way to do it & a solution to where I\'m stuck that would be great !