Show / Hide Table of Contents

    Enum CommentHandling

    Specifies how JSON comments are handled when loading JSON.

    Namespace: Bayat.Json.Linq
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public enum CommentHandling

    Fields

    Name Description
    Ignore

    Ignore comments.

    Load

    Load comments as a JValue with type Comment.

    Extension Methods

    StringExtensions.ToBinaryString()
    • Improve this Doc
    • View Source
    • 0 Comments