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.
私は以下のような JsonNode を持っています
"{"Pink":["#000000"],"Red":["#000000"],"Blue":["#000000"],"Orange":["#000000"]}"
そして、たとえばこのようにピンクの値を取得しようとしています
jsonNode.get("Pink").asText()
しかし、これは機能していません。Java を介してこれらの値にアクセスできる別の方法はありますか?