I'm wondering if there is a simple way to substitute JSON keys that
have dots in them.  For example:

{
  "foo/bar/baz.txt": 12345
}

In my template, the following doesn't work as the key is split on the
'.' character before looking it up:

{foo/bar/baz.txt}

Perhaps an escaping character needs to be added?  Something like:

{foo/bar/baz\.txt}

Or, just thinking about it, perhaps I should write a custom formatter,
e.g.:

{@|rawlookup foo/bar/baz.txt}

Thanks,

Jason
--~--~---------~--~----~------------~-------~--~----~
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