0
I am making a requests.post and it returns me the following information:
{"Name":"Joey Triibianni","Vocation":"Knight","Level":"425","World":"Quelibra","Account Status:":"Free Account"}
I’ve tried some ways but I’m not able to do block formatting. I only wanted the values World : {value}, Account Status: {value}.
This looks like a JSON. Know this format?
– Woss
very little, I’m beginner in python.
– boka
JSON is a structured text format, independent of Python. I suggest you research the basics about it before continuing.
– Woss
I passed that way p/ get that answer.
– boka
Thanks Anderson, JSON was the answer anyway.. I managed to resolve.
– boka
By the way, if you are using Requests, Beatifulsoup is unnecessary.
– Woss
Okay, thanks for the tips.
– boka