Tim Schaub wrote:

... snip ...

> 
> and my inline link would look like:
> 
>      Link to page <a href="page.zero.url">zero</a>.
> 

Ignore the typos, that should be

     Link to page <a href="{pages.zero.url}">zero</a>

of course.

> Most importantly, my "data dictionary" would collapse to simply:
> 
>      {
>          "pages": {
>              "zero": {"url": "foo"},
>              "one": {"url": "bar"}
>          }
>      }
> 
> If this is something that is not already handled in a different way, I 
> think it could be implemented in a mostly backwards compatible way 
> (breaking where templates use substitution for a variable named "section").
> 
> If this email doesn't make any sense, I could rephrase it by starting 
> with the collapsed data dictionary and asking "how can I create a list 
> of links from this (and allow for deep linking without data duplication)?"
> 
> Thanks,
> Tim
> 
> 
> > 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JSON 
Template" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/json-template?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to