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