TemplateData.add

Adds a set of options. The strings that will match these options will be replaced in the rendered string.

eg. for this data set:

{ "key": "value" "level1": { "key": "value" } }

#{key} and #{level1.key} will be replaced

  1. void add(Json options)
  2. void add(string key, Json options)
  3. void add(string key, string value)
    struct TemplateData
    void
    add
    (
    string key
    ,
    string value
    )

Meta