Parses a JSON array string to its underlying array type. Requires: - Array must be of a single element type (ie. an object, or string or decimal)
public object ParseArray(StringReader reader, Type arrayType)
Parameters
reader
arrayType
Remarks
Re-written by Joe McLain with modifications by Rick Strahl 06/01/2008
See also:
Class WestwindJsonSerializer© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic