JsonThriftSerializer produces invalid JSON for maps with integer/enum keys · Issue #191 · twitter/scrooge · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the following thrift struct:
When I serialize it with JsonThriftSerializer:
I expect to get:
I actually get:
which is not valid json. For instance attempting to parse with jq:
The text was updated successfully, but these errors were encountered: