Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
THRIFT-2288 Go impl of Thrift JSON protocol wrongly writes/expects true/false for bools
- Closed