最終更新:2021-06-04 (金) 17:52:15 (1051d)  

Python/json
Top / Python / json

https://docs.python.org/ja/3/library/json.html#module-json

関数

  • Python/json.dump?obj を JSON 形式の fp (.write() がサポートされている file-like object) へのストリームとして直列化します。
    Python/json.dumpsobj を JSON 形式の str オブジェクトに直列化します
    Python/json.load?
    Python/json.loads?
  • Python/json.JSONDecoder?
    Python/json.JSONEncoder?

関連

関連