Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C0B5C200C12 for ; Sun, 5 Feb 2017 22:03:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BF3CB160B59; Sun, 5 Feb 2017 21:03:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 39371160B48 for ; Sun, 5 Feb 2017 22:03:28 +0100 (CET) Received: (qmail 34530 invoked by uid 500); 5 Feb 2017 21:03:27 -0000 Mailing-List: contact users-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@groovy.apache.org Delivered-To: mailing list users@groovy.apache.org Received: (qmail 34520 invoked by uid 99); 5 Feb 2017 21:03:27 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2017 21:03:27 +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 E32801800B9 for ; Sun, 5 Feb 2017 21:03:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.232 X-Spam-Level: ** X-Spam-Status: No, score=2.232 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gcWMUPwsyGz6 for ; Sun, 5 Feb 2017 21:03:25 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 504DE5FC0C for ; Sun, 5 Feb 2017 21:03:25 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id A360B3C0697B for ; Sun, 5 Feb 2017 12:43:46 -0800 (PST) Date: Sun, 5 Feb 2017 14:03:24 -0700 (MST) From: garneke To: users@groovy.incubator.apache.org Message-ID: <1486328604592-5738447.post@n5.nabble.com> Subject: need help working with json containing large string value MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Sun, 05 Feb 2017 21:03:28 -0000 I have a json file that contains a base64 encoded data chunk. The chuck size can vary but it can definitely be larger than 65535 bytes. I need to be able to parse the file, modify the json and potentially even replace the data chuck with a new one before converting the json object (map) back to a formatted string for posting to a AMQP Queue. I am having problems with Groovy's string size limit of 65535. ( And wtf is that all about btw ). Does anyone have any suggestions or do I need to find a POJ json solution? -- View this message in context: http://groovy.329449.n5.nabble.com/need-help-working-with-json-containing-large-string-value-tp5738447.html Sent from the Groovy Users mailing list archive at Nabble.com.