| Issue 19: | Add {foo.bar.baz} attribute lookup | |
| 2 people starred this issue and may be notified of changes. | Back to list |
The lookup for 'foo' looks up the stack. Subsequent lookups for bar and baz are "simple".
May 9, 2009
Project Member
#1
gtempacc...@yahoo.com
Status:
Started
Nov 7, 2009
Done in PHP I think
Labels:
Todo-Java
Mar 5, 2012
There is Java implementation.
Mar 5, 2012
Hi, thanks for the patch. I haven't seen any activity on the Java version in a long time. I have added quite a few features to Python and JavaScript since, all of which are reflected in the cross platform tests (these tests are disabled for Java/PHP). If you're interested in using and maintaining I could give you rights to commit this patch -- I personally won't be patching/releasing it.
Mar 6, 2012
We decided to use Java version of JSON template in our project so what would be great (since I anyway will fix bugs)
Mar 6, 2012
OK, I added you as committer. Please don't commit to anything besides the Java version without sending a mail first. Also, have you run the cross platform tests? You should run: https://code.google.com/p/json-template/source/browse/jsontemplate_test.py I think with --java, and then enable Java for the ones that now pass. It will be DottedLookupTest at least. You'll have to check out the test framework repo: https://code.google.com/p/taste/ And then set PYTHONPATH so that the tests can import it. If you need help with this let me know (I should probably have some docs somewhere). The tests should make it very easy to add all the missing features to the Java version.
Mar 12, 2012
Thanks, Andy. DottedLookupTest tests were passed.
Status:
Fixed
|