Dear FME community.
I need help for using the JsonTemplater transformer.
I've multiple data source and I've to build a complex json with sub objects like that (this is with only one level but in the real case I've more sublevels) :
I make an unperfect example join to this question :-)
Thanks for your help.



Here I've created the Root of the json document as:
With SUB_ROOT and SUB_SUB_ROOT templates defined in the Sub Templates section as:
and
respectively. The call in SUB_ROOT to bring in the SUB_SUB_ROOT template includes paramters to only include the sub-sub-features that are associated with the sub-feature. In this case both features have the same "sub_feat" value.
I hope this help you to solve your json issue.