[
https://issues.apache.org/jira/browse/AVRO-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Massie updated AVRO-58:
----------------------------
Attachment: AVRO-58.patch
This patch contains the code for a JSON parser in C. This parser creates a
light-weight DOM which will be used for processing AVRO metadata and JSON
import/export. There are a number of unit tests for the code and adding new
JSON tests is a easy as dropping a new test into a directory.
> JSON Parser for C
> -----------------
>
> Key: AVRO-58
> URL: https://issues.apache.org/jira/browse/AVRO-58
> Project: Avro
> Issue Type: New Feature
> Components: c
> Reporter: Matt Massie
> Attachments: AVRO-58.patch
>
>
> Embedded JSON Parser for C
> * Re-entrant and thread safe
> * Supports multiple parsers running at the same time
> * Uses APR memory pools for memory management
> * No dependencies on yacc/bison/flex/etc
> * Creates a light-weight DOM of JSON text
> * Completely written by me so there's no licensing issues (using the public
> domain lemon parser)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.