Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は非常に大きな JSON ファイルに取り組んでおり、ijson ライブラリを使用することにしました。
この JSON ファイルの値を更新したいのですが、方法がわかりません。
たとえば、次から:
{"age": 25, "gender": "M"}
更新:
{"age": 30, "gender": "F"}
ijson ライブラリを使用します。