Special JSON literals

These are used to produce special JSON unquoted output.

Literal

<JSONNULL> - Will produce "anyfield" : null

<JSONTRUE> - Will produce "anyfield" : true

<JSONFLSE> - Will produce "anyfield" : false

For example: assigning ="<JSONNULL>" to a field called "name" will produce "name" : null

Note:
These literals must be only used with native JSON type trees and must be the only data passed to that field (results are unpredictable for other uses).