Closed rexim closed 9 years ago
Initial implementation of this feature has shown that if something is wrong (template
field is missing where it is needed or the template itself is misbehaving) it's really hard to troubleshoot anything.
Maybe we should make a restriction that any JSON object should have template
field and any JSON object should be rendered to a string.
Any JSON object in
resume.json
can havetemplate
field. That means this object will be transformed into text by passing it through the template file assigned to thetemplate
field.The transformation should be performed by recursive traverse from the leaves up to the root. The transformation should be performed after the tag filtering #4.