You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
I wanted to write Thift IDL files automatically in Node js. For doing that, I am thinking to use thriftrw node js package.
Actually my complete task is to convert the given JSON schema to Thrift IDL Schema. For doing this whole task, I am planning to first parse JSON Schema. From this JSON Schema Object, I would create a thriftrw object from which I would create Thrift IDL Schema file. But I am not getting how can I convert thriftrw object to Thrift IDL schema?
Please provide some suggestions.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I wanted to write Thift IDL files automatically in Node js. For doing that, I am thinking to use thriftrw node js package.
Actually my complete task is to convert the given JSON schema to Thrift IDL Schema. For doing this whole task, I am planning to first parse JSON Schema. From this JSON Schema Object, I would create a thriftrw object from which I would create Thrift IDL Schema file. But I am not getting how can I convert thriftrw object to Thrift IDL schema?
Please provide some suggestions.
The text was updated successfully, but these errors were encountered: