I'm not sure I understand the feature that you're asking for- in order for Template to manage the 'template', it needs to convert it into python first, otherwise I'm not sure what benefit it would add? Could you give us a better idea about your use case? Do you intend to:
1. import json template into Template object
2. Modify Template object using add_resource, add_parameter, etc
3. Have the Template object dump the newly created template, merging the original JSON with the changes in step 2
??
If so, then somewhere in there we have to turn the json into python code that the Template understands in order to allow the stuff in step 2 to be included.
Let me know if I am misunderstanding though :)