You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/06/06 10:48:05 UTC

[5/7] git commit: MARMOTTA-507: Merge in pull request from cbeer on github * cbeer/ldpath-json-functions: Add fn:jsonpath to evaluate a JSONPath expression on a value

MARMOTTA-507: Merge in pull request from cbeer on github
* cbeer/ldpath-json-functions:
  Add fn:jsonpath to evaluate a JSONPath expression on a value


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/d515c159
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/d515c159
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/d515c159

Branch: refs/heads/develop
Commit: d515c1594f39ce44daf28cb5741360095eff7f57
Parents: 1f795af ac78208
Author: Jakob Frank <ja...@apache.org>
Authored: Fri Jun 6 10:34:37 2014 +0200
Committer: Jakob Frank <ja...@apache.org>
Committed: Fri Jun 6 10:34:37 2014 +0200

----------------------------------------------------------------------
 libraries/ldpath/ldpath-core-bundle/pom.xml     |  10 +-
 libraries/ldpath/ldpath-functions-json/pom.xml  | 107 +++++++++++++++++++
 .../model/functions/json/JsonPathFunction.java  |  84 +++++++++++++++
 ...rmotta.ldpath.api.functions.SelectorFunction |   1 +
 .../functions/json/JsonPathFunctionTest.java    |  61 +++++++++++
 .../src/test/resources/logback.xml              |  27 +++++
 .../ldpath/model/functions/json/data.n3         |  31 ++++++
 libraries/ldpath/ldpath-ldquery-cli/pom.xml     |   4 +
 .../ldpath/ldpath-template-linkeddata/pom.xml   |   4 +
 libraries/ldpath/pom.xml                        |   1 +
 parent/pom.xml                                  |  10 ++
 11 files changed, 339 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/d515c159/libraries/ldpath/ldpath-ldquery-cli/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/marmotta/blob/d515c159/parent/pom.xml
----------------------------------------------------------------------