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 文字列がありますが、キーの名前を変更する必要があります。これどうやってするの?JSONをHashMapなどに解析せずに直接変更することは可能ですか?
あまり成功しないかもしれない醜い正規表現を介してのみ -
{ "foo" : "bar", "bar" : "foo"}
問題を引き起こします。
私はオブジェクト形式(あなたが提案するハッシュマップなど)に解析します-そして、検索を行い、それを置き換えます-それははるかに正確になると思います。