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 で動作するように、ASP.NET 4.5 でネイティブに JSON オブジェクトを操作する方法はありますか。Python では、MongoDB から JSON を取得し、それをテンプレートに送信し、キャストをまったく行わずに結果を反復処理するのは非常に簡単です。ASP.NET、拡張機能でそれを行う方法はありますか?
nuget を使用すると、json を非常に簡単にシリアル化および逆シリアル化するのに役立つ json dll (newton) をダウンロードして、操作できるようになります。
http://james.newtonking.com/pages/json-net.aspx を確認してください