Skip to content Skip to sidebar Skip to footer
Showing posts with the label Javascriptserializer

Serializing A Decimal To Json, How To Round Off?

I have a class public class Money { public string Currency { get; set; } public decimal Amo… Read more Serializing A Decimal To Json, How To Round Off?

Json Maximum Length Problem With Asp.net

I am creating a asp.net 2.0 webservice which give json as output and there's a very large, can&… Read more Json Maximum Length Problem With Asp.net

How Do I Use Javascriptserializer In Asp.net 5?

I am porting my project to DNX-Core 5.0 and trying to get work but I cannot find the JavaScriptSeri… Read more How Do I Use Javascriptserializer In Asp.net 5?

Vb.net Problem Converting Datatable To Json

Ok so I'm trying to use the JavaScriptSerializer to work with this code. However it crashes whe… Read more Vb.net Problem Converting Datatable To Json