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.
HTTPie を使用して解析し、ネストされた JSON オブジェクトを送信しようとしていますが、方法が見つかりません。JSON オブジェクトを送信する方法は明らかですが、次のようなネストされたオブジェクトは送信できません。
{ "ユーザー": { "名前": "ジョン" "年齢": 10 } }