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
