Jedes Mal, wenn ich mich frage, welches json.load [s] ist Wie sys.stdin () anrufen und wütend werden Ich bin wütend, ohne encoding = 'utf-8' anzugeben, also schreibe ich es auf.
#!/usr/bin/python
import json, sys
pythoned_json = json.load(sys.stdin, encoding='utf-8')
Recommended Posts