Yes, there have been numerous attempts. You may be able to find via mailing list search.
Sent from mobile device. You know what that means... ________________________________ From: Rollo Konig-Brock <roll...@gmail.com> Sent: Monday, February 8, 2021 11:04:35 AM To: user@thrift.apache.org <user@thrift.apache.org> Subject: Extending the SimpleJSONProtocol for reading Hey all, I am looking to document a websocket connection and I’m considering Apache Thrift with a SimpleJSON protocol. However you can’t deserialize using SimpleJSON. I don’t quite see the practical problem of implementing read methods for simple json; as long as the types defined in your structs are also JSON types (that is, strings, floats, arrays, dicts, and bools), you can parse things. Before I go galivanting off to implement something wholly inadvisable, has anyone attempted to do this? And what were the successes and failures? Rollo