Hey Guys, I encountered a strange problem using JSONProtocol, where I get "someObject. *write* is not a function" error when I send a JSON payload using Thrift JS client library. Thrift CPP server excepts a Struct whose fields are optional.
I somehow got reference to this post http://stackoverflow.com/questions/21416438/convert-json-to-thrift-object-in-nodejs which is the same problem I deal with. I Couldn't understand what the proposed solution in this stack overflow post. Can someone please help me out? Thanks, Jay.
