Show / Hide Table of Contents

    Class JsonReaderExtensions

    Extension methods for the .

    Inheritance
    System.Object
    JsonReaderExtensions
    Namespace: Cuemon.Serialization.Json
    Assembly: Cuemon.Serialization.Json.dll
    Syntax
    public static class JsonReaderExtensions : object

    Methods

    | Improve this Doc

    ToHierarchy(JsonReader)

    Converts the XML hierarchy of an into an IHierarchy<T>.

    Declaration
    public static IHierarchy<DataPair> ToHierarchy(this JsonReader reader)
    Parameters
    Type Name Description
    JsonReader reader

    The reader to convert.

    Returns
    Type Description
    IHierarchy<DataPair>

    An IHierarchy<T> implementation that uses DataPair.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX