Version

JsonFromIEnumerable Method

Serializes an IEnumerable object into json.
Syntax
'Declaration
 
Protected Overridable Function JsonFromIEnumerable( _
   ByVal a As System.Collections.IEnumerable _
) As System.String
protected virtual System.string JsonFromIEnumerable( 
   System.Collections.IEnumerable a
)

Parameters

a
The IEnumerable object which is to be serialized.

Return Value

The result of the serialization.
Remarks
All objects in the IEnumerable are recursively serialized to json using the JsonFromObject method.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub