Return-Path: Delivered-To: apmail-lucene-lucy-dev-archive@minotaur.apache.org Received: (qmail 97095 invoked from network); 24 Nov 2009 20:28:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 20:28:03 -0000 Received: (qmail 68488 invoked by uid 500); 24 Nov 2009 20:28:02 -0000 Delivered-To: apmail-lucene-lucy-dev-archive@lucene.apache.org Received: (qmail 68394 invoked by uid 500); 24 Nov 2009 20:28:02 -0000 Mailing-List: contact lucy-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucy-dev@lucene.apache.org Delivered-To: mailing list lucy-dev@lucene.apache.org Received: (qmail 68252 invoked by uid 99); 24 Nov 2009 20:28:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 20:28:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 20:27:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D65C9234C495 for ; Tue, 24 Nov 2009 12:27:39 -0800 (PST) Message-ID: <1565155893.1259094459876.JavaMail.jira@brutus> Date: Tue, 24 Nov 2009 20:27:39 +0000 (UTC) From: "Marvin Humphrey (JIRA)" To: lucy-dev@lucene.apache.org Subject: [jira] Updated: (LUCY-74) JSON parser internal API In-Reply-To: <1876267557.1259093619676.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-74: -------------------------------- Attachment: TestJson.c TestJson.bp 035-json.t > JSON parser internal API > ------------------------ > > Key: LUCY-74 > URL: https://issues.apache.org/jira/browse/LUCY-74 > Project: Lucy > Issue Type: Improvement > Components: Core, Perl bindings > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: 035-json.t, Json.bp, Json.c, json_support.diff, TestJson.bp, TestJson.c > > > Lucy will store most index metadata as JSON, so we need a JSON > encoder/decoder. Eventually, we should write our own, but for now, this patch > supplies an API and leaves it up to the binding to fill in an implementation. > The supplied Perl binding implementation uses the CPAN module JSON::XS and > translates back and forth between Perl scalar-hash-array data structures and > Lucy CharBuf-Hash-VArray data structures. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.