0
{"sentences":[{"trans":"událost","orig":"event","translit":"","src_translit":""}],"dict":[{"pos":"podstatné jméno","terms":["událost","případ","příhoda","soutěž","sportovní disciplína"],"entry":[{"word":"událost","reverse_translation":["event","occurrence","incident","happening","affair"],"score":0.6872893},{"word":"případ","reverse_translation":["CASE","event","instance","occurrence","episode","subject"],"score":0.017476905},{"word":"příhoda","reverse_translation":["event","incident","episode"],"score":0.0021874912},{"word":"soutěž","reverse_translation":["competition","contest","event"],"score":0.0017304479},{"word":"sportovní disciplína","reverse_translation":["event"],"score":3.2700344e-05}]}],"src":"en","server_time":45}

このコードは、独自のオブジェクトに解析する必要があります (Google 翻訳者の応答です)。「http 応答パーサー ヘルパー」は .NET に存在しますか?

このようなもの(グーグルクローム)。

ここに画像の説明を入力

4

4 に答える 4

1

クラスを確認してくださいSystem.Runtime.Serialization.Json.DataContractJsonSerializer。.Net に組み込まれています。

http://msdn.microsoft.com/en-us/library/bb412179.aspx

于 2013-05-06T23:22:09.780 に答える