You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Andrew Selder (JIRA)" <ji...@apache.org> on 2013/10/02 22:55:44 UTC

[jira] [Created] (THRIFT-2217) TSimpleJSONProtocol and TJSONProtocol exports boolean as 1/0

Andrew Selder created THRIFT-2217:
-------------------------------------

             Summary: TSimpleJSONProtocol and TJSONProtocol exports boolean as 1/0
                 Key: THRIFT-2217
                 URL: https://issues.apache.org/jira/browse/THRIFT-2217
             Project: Thrift
          Issue Type: Bug
          Components: Java - Library
    Affects Versions: 0.9
            Reporter: Andrew Selder


Both the TSimpleJSONProtocol and TJSONProtocols export bool values with a 1 for true and a 0 for false.

JSON defines true and false literals which would be a much more appropriate representation of the actual state of the object.

Consumers of the exported JSON end up with integer values instead of booleans. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)