TJSONProtocol is cool, but I'm wondering if there's a way to generate a .thrift file based on an example .json file.
For example, a service might want to transition from JSON to Thrift, and not have to manually convert each .json field into the corresponding .thrift field. How difficult would it be to automating this?.
