Serialization routine that takes any value and serializes it into JSON.
Date formatting follows Microsoft ASP.NET AJAX format which represents dates as strings in the format of: "/Date(231231231)/"
This code is based originally on Jason Diamond's JSON code in Anthem.NET although heavy modifications have been made.
public void WriteValue(StringBuilder sb, object val)
Parameters
sb
val
See also:
Class WestwindJsonSerializer© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic