Class Standards.JSONPath.LiteralExpression

local protected class Standards.JSONPath.LiteralExpression
Description

Expression evaluating to a literal value.


Variable value

mixed Standards.JSONPath.LiteralExpression.value


Method create

Standards.JSONPath.LiteralExpression Standards.JSONPath.LiteralExpression(mixed value)