Return-Path: X-Original-To: apmail-avro-user-archive@www.apache.org Delivered-To: apmail-avro-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77BBD1065B for ; Tue, 13 Aug 2013 16:37:36 +0000 (UTC) Received: (qmail 36080 invoked by uid 500); 13 Aug 2013 16:37:36 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 35594 invoked by uid 500); 13 Aug 2013 16:37:34 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 35586 invoked by uid 99); 13 Aug 2013 16:37:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 16:37:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of digerat@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 16:37:27 +0000 Received: by mail-we0-f172.google.com with SMTP id t61so6930179wes.31 for ; Tue, 13 Aug 2013 09:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=L19OF51Sc7HasuFJ7nj+VkORwrwaO/tam5WXaY8dmhM=; b=RselKdDcm2QBU58zlLLg/hN3H1v+kgz1MEh+HTpbPCD/NJwDZXLKHCfXNfHHdzolnE LhUNnotHjwENPSvvY0SK+sipeCMyvfwbSOJlfz6coyS52dhCc5bAXUix2z9JXKiH+cF7 y5QGknIXN7od6p/PqDHcnGhQQWAT5IzfhdyiNQRdic8Cc99IqF/3rIqvr/HrkqMK/qmJ 98V20/n67SLGqfNHtQYwKUneX1NfCP5BWKAJo7c/Jh2vEZ6r7eMmqhR3AnAUYTTM/2g/ PCcMXKig6f65bz+pRUzfcO29agWbBALrbmeGP3OZ3S5TeP86eKWQO7rBkWdyl8M+fZ/u iuVg== MIME-Version: 1.0 X-Received: by 10.180.10.99 with SMTP id h3mr366983wib.0.1376411827100; Tue, 13 Aug 2013 09:37:07 -0700 (PDT) Received: by 10.216.2.8 with HTTP; Tue, 13 Aug 2013 09:37:07 -0700 (PDT) Date: Tue, 13 Aug 2013 12:37:07 -0400 Message-ID: Subject: re: Does avrocppgen support arrays? From: John Langley To: user@avro.apache.org Content-Type: multipart/alternative; boundary=001a11c2601604e19204e3d6dae1 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2601604e19204e3d6dae1 Content-Type: text/plain; charset=ISO-8859-1 Found the form that works... { "type": "record", "name": "cpx", "fields" : [ {"name": "re", "type": "double"}, {"name": "im", "type" : "double"}, {"name": "exampleArray", "type" : {"type" : "array", "items" : "string"}} ] } --001a11c2601604e19204e3d6dae1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Found the form that works...=A0

{<= /div>
=A0 =A0 "type": "record",=A0
=A0 = =A0 "name": "cpx",
=A0 =A0 "fields"= : [
=A0 =A0 =A0 =A0 {"name": "re", "typ= e": "double"}, =A0 =A0
=A0 =A0 =A0 =A0 {"name": "im", "type" : = "double"},
=A0 =A0 =A0 =A0 {"name": "exa= mpleArray", "type" : {"type" : "array", = "items" : "string"}}
=A0 =A0 ]
}
--001a11c2601604e19204e3d6dae1--