DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonStreamParser Class
Fields Properties Methods Events


In This Topic
    JsonStreamParser Class Members
    In This Topic

    The following tables list the members exposed by JsonStreamParser.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field the root jsonpath  
    Top
    Protected Fields
     NameDescription
    Protected Field whether to flatten objects  
    Protected Field whether to include the parent json path  
    Top
    Public Properties
     NameDescription
    Public Property If there is a next page  
    Public Property the list when no event is specified  
    Top
    Public Methods
     NameDescription
    Public Method Takes a Newtonsoft.Json.JsonTextReader instance as argument and starts a streaming parsing process. Every each successfully parsed object, an IParser.FireItem() event will be triggered.  
    Public Method Takes a Newtonsoft.Json.JsonTextReader instance as argument and starts a streaming parsing process. Every each successfully parsed object, an IParser.FireItem() event will be triggered.  
    Public Method Indicates if the JSON objects should be flattened or not.  
    Public Method Indicates if the response should contain the Parent Json Path.  
    Public Method Set the maximum number of items to parse. Since the data can be extremely large in some cases, we may want to parse a specific portion of it.  
    Top
    Public Events
     NameDescription
    Public Event The OnItemFired event  
    Top
    See Also