Skip to content

Cleaning and Validation

grassick edited this page Nov 9, 2015 · 3 revisions

An expression can be "cleaned" which removes any invalid parts.

Partial expressions (with nulls or {} present) are still valid but incomplete. The incomplete parts will be ignored when compiling to JsonQL.

For example, adding three expressions together where one is null will result in adding the valid two expressions. But dividing (which requires both) will return null if either is null.

Clone this wiki locally