You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Bruce Mitchener (JIRA)" <ji...@apache.org> on 2010/05/25 04:04:23 UTC

[jira] Created: (AVRO-550) Switch from Jansson to YAJL

Switch from Jansson to YAJL
---------------------------

                 Key: AVRO-550
                 URL: https://issues.apache.org/jira/browse/AVRO-550
             Project: Avro
          Issue Type: Improvement
          Components: c
            Reporter: Bruce Mitchener
             Fix For: 1.4.0


Reasons to switch to YAJL:
 * Already supports intercepting / replacing the memory allocator.
 * Already ported to Win32
 * Uses CMake already

I think it also addresses a bug that we currently have in terms of compliance with the spec since Jansson can't return anything other than a dictionary or list from a JSON parse, but I don't recall for sure what that was.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.