b3d2a3a1d7e096b0f97a2a5295d4fa610336de04 angie Fri Oct 12 11:02:37 2018 -0700 Adding jsonQuery, which extracts values from a jsonElement tree using a simple path notation e.g. "journals[publisher=Nature].articles[*].author[0].lastName". aside: slFreeList doesn't check for NULL. I think it should, but it's used in a zillion places so for now I'll just check before calling. diff --git src/hg/utils/jsonQuery/makefile src/hg/utils/jsonQuery/makefile new file mode 100644 index 0000000..adbd9e8 --- /dev/null +++ src/hg/utils/jsonQuery/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = jsonQuery +include $(kentSrc)/inc/userApp.mk