Kai Moritz [Thu, 7 Jul 2016 11:42:56 +0000 (13:42 +0200)]
juplo:variables parses its parameter as JSON and can merge variable-defs
* If the parameter can be interpreted as valid JSON, juplo:variables uses
it directly as input.
* The parameter accepts special keywords, that controll, if variables, that
have been imported earlier, by a call to juplo:variables from an
ancestor-tag, will be merged or simply overwritten.
Kai Moritz [Sat, 18 Jun 2016 10:26:02 +0000 (12:26 +0200)]
Implemented juplo:variables, that imports variables from JSON-data
The processor interprets its argument as name of a thymeleaf-template and
parses the retrieved template as JSON-data. The root-element of the JSON-
data has to be an object. The variables, that are defined in this object,
are imported as node-local variables.