[ad_1]
You should use json.loads()
import json
output = json.loads(text)
print (output["shid"])
the number will be printed out.
[ad_2]
solved Extract Number from Text
[ad_1]
You should use json.loads()
import json
output = json.loads(text)
print (output["shid"])
the number will be printed out.
[ad_2]
solved Extract Number from Text