You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Christopher Wright (JIRA)" <ji...@apache.org> on 2017/02/10 18:34:41 UTC

[jira] [Commented] (THRIFT-4082) Java library can't parse JSON generated by javascript TJSONProtocol

    [ https://issues.apache.org/jira/browse/THRIFT-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861645#comment-15861645 ] 

Christopher Wright commented on THRIFT-4082:
--------------------------------------------

Looks like readStructEnd isn't being called. I'm guessing that the binary protocol doesn't have explicit struct endings.

> Java library can't parse JSON generated by javascript TJSONProtocol
> -------------------------------------------------------------------
>
>                 Key: THRIFT-4082
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4082
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>    Affects Versions: 0.10.0
>            Reporter: Christopher Wright
>            Priority: Critical
>
> Thrift definition:
> struct Entity {
>   1: string id;
> }
> service EntityService {
>   void save(1: Entity entity);
> }
> JSON document: [1,"save",1,0,{"1":{"rec":{"1":{"str":"q19786052"}}}}]
> Error:
> org.apache.thrift.protocol.TProtocolException: Unexpected character:}
> (Additionally, the parser would ideally state where it found the unexpected character.)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)