I was wondering how to serialize and de-serialize json Content in a wpf browser application. I tried System.Runtime.Serialization.Json, but this library is not available, like System.Web.Script.Serialization ... And I can't found any other way with Google, does anyone of you know something or have an idea?
Thank you very much!