Your json_decoded object is a Python dictionary; you can simply add your key to that, then re-encode and rewrite the file: import json with ...
確定! 回上一頁