thriftrw / thriftrw-node

A thrift binary encoding library using bufrw
MIT License
57 stars 25 forks source link

Support serialization of a Thrift model through JSON for caching #128

Closed kriskowal closed 8 years ago

kriskowal commented 8 years ago

Adds a thrift2json tool for converting Thrift IDL to a JSON AST. That JSON AST is accepted as options to construct a Thrift model, so you can bypass the IDL parser.

The Thrift AST may also be useful for caching between tcurls.

r @malandrew @abhinav cc @matt-esch

kriskowal commented 8 years ago

rage merge