Return-Path: X-Original-To: apmail-apex-commits-archive@minotaur.apache.org Delivered-To: apmail-apex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4EF0817A62 for ; Tue, 16 Feb 2016 07:13:08 +0000 (UTC) Received: (qmail 8405 invoked by uid 500); 16 Feb 2016 07:13:08 -0000 Delivered-To: apmail-apex-commits-archive@apex.apache.org Received: (qmail 8367 invoked by uid 500); 16 Feb 2016 07:13:08 -0000 Mailing-List: contact commits-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list commits@apex.incubator.apache.org Received: (qmail 8358 invoked by uid 99); 16 Feb 2016 07:13:08 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 07:13:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id CEEDD1804DA for ; Tue, 16 Feb 2016 07:13:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.549 X-Spam-Level: X-Spam-Status: No, score=-3.549 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9swUc7IWdRLQ for ; Tue, 16 Feb 2016 07:13:07 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id A7C515FAD8 for ; Tue, 16 Feb 2016 07:13:06 +0000 (UTC) Received: (qmail 8350 invoked by uid 99); 16 Feb 2016 07:13:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 07:13:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14376E057C; Tue, 16 Feb 2016 07:13:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chinmay@apache.org To: commits@apex.incubator.apache.org Date: Tue, 16 Feb 2016 07:13:07 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-apex-malhar git commit: Merge branch 'MLHR-1962' of https://github.com/shubham-pathak22/incubator-apex-malhar 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/master Commit: 1afb4a26fa0f6447d54a1f21705c3dd9a4a4f489 Parents: 1eb554f 0a3e00c Author: chinmaykolhatkar Authored: Tue Feb 16 12:30:25 2016 +0530 Committer: chinmaykolhatkar 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(-) ----------------------------------------------------------------------