Yeah good question. There are a few inherent limitation in the JSON keys:
1. Dots are interpreted as operators
2. {} can't appear because those are delimiters
3. @ can't because that's the cursor
4. I believe | can't occur either (should specify this better)
Writing a custom formatter wouldn't work because the key lookup
happens independent of formatting.
But I was hoping to avoid \ escaping. I think the idea is that in
JSON Template, the JSON should be under your control. Could you just
make it {foo/bar/baz} -- or do you need the extension differentiate
things somehow?
Andy
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---