JSONSerializer.ParseArray

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 JSONSerializer


  Last Updated: 7/7/2008 | © West Wind Technologies, 2008