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.
Python で JSON の日付値にアクセスしようとしていますが、不明な値の下にネストされています。UNKNOWN を知らずに日付にアクセスするにはどうすればよいですか? 以下は私のJSONのサンプルです。ありがとう。
{"UNKNOWN": {"date":"2013-11-16"} "UNKNOWN2": {"date":"2013-11-16"}}