Merge branch 'MLHR-1962' of https://github.com/shubham-pathak22/incubator-apex-malhar
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/1afb4a26 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/1afb4a26 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/1afb4a26 Branch: refs/heads/devel-3 Commit: 1afb4a26fa0f6447d54a1f21705c3dd9a4a4f489 Parents: 1eb554f 0a3e00c Author: chinmaykolhatkar <[email protected]> Authored: Tue Feb 16 12:30:25 2016 +0530 Committer: chinmaykolhatkar <[email protected]> Committed: Tue Feb 16 12:30:25 2016 +0530 ---------------------------------------------------------------------- contrib/pom.xml | 6 + .../datatorrent/contrib/parser/JsonParser.java | 247 +++++++++++ .../parser/JsonParserApplicationTest.java | 93 ++++ .../contrib/parser/JsonParserTest.java | 443 +++++++++++++++++++ .../src/test/resources/json-parser-schema.json | 51 +++ .../com/datatorrent/lib/parser/JsonParser.java | 110 ----- .../datatorrent/lib/parser/JsonParserTest.java | 228 ---------- 7 files changed, 840 insertions(+), 338 deletions(-) ----------------------------------------------------------------------
