Answer the question
In order to leave comments, you need to log in
Python+1c+Odata+Json parsing?
Good day, gentlemen! There is a small problem, namely when parsing json from python.
there is such a file yason.
there is this code:
import server
import requests
import json
#обращаемся к серверу с запросом
zapros = requests.get(server.server , auth=(server.login , server.password))
jsonDATA = json.loads(zapros.text)
print(jsonDATA['value'])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question