In This Article

JsonSyntaxLanguage Class

Represents a JSON syntax language definition.

public class JsonSyntaxLanguage : SyntaxLanguage, ISyntaxLanguage, IKeyedObject, IServiceLocator
Inheritance:
object SyntaxLanguage object
Implements:
ISyntaxLanguage IKeyedObject IServiceLocator

Constructors

JsonSyntaxLanguage()

Initializes an instance of the class without comments supported.

public JsonSyntaxLanguage()

JsonSyntaxLanguage(bool)

Initializes an instance of the class.

public JsonSyntaxLanguage(bool areCommentsSupported)
Parameter Type Description
areCommentsSupported bool

Indicates whether comments can recognized and tokenized by the lexer.

Inherited Members

Extension Methods