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 a new instance of the JsonSyntaxLanguage class.

public JsonSyntaxLanguage()

JsonSyntaxLanguage(bool)

Initializes a new instance of the JsonSyntaxLanguage class.

public JsonSyntaxLanguage(bool areCommentsSupported)
Parameter Type Description
areCommentsSupported bool

Whether comments can recognized and tokenized by the lexer.

Inherited Members