C implementation does not accept "simple" primitive schemas
-----------------------------------------------------------

                 Key: AVRO-462
                 URL: https://issues.apache.org/jira/browse/AVRO-462
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.3.0
            Reporter: Jeff Hodges


Schemas like "null", "int", "string", etc. (instead of the longer, {type: 
"null"}, {type: "int"}, etc.) are not accepted by the C implementation.

This seems to be a problem with the jansson JSON library used. It (strictly 
correctly) says that simple strings are not JSON objects.

Switching to the yajl[1] library would fix this as yajl accepts "subsets" of 
JSON like strings, numbers and so on. 

[1] http://lloyd.github.com/yajl/

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

Reply via email to