JsonSource Constructor

NReco.PivotData Class Library Documentation
Initializes new JsonSource instance with specified TextReader.

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public JsonSource(
	TextReader jsonRdr
)

Parameters

jsonRdr
Type: System.IOTextReader
TextReader for JSON data
See Also

Reference