The parser statement (<parser>)

The parser statement specifies the name of the parser of JSON configurations for the declared policy family. You can use the parser provided within the KasperskyOS Starter Kit, or develop your own parser, and create instances of policy families with different configurations.

Syntax

<parser> ::= "parser" <parser-name> ";"

Elements

<parser-name>

Name of the parser.

Page top