You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/04/13 00:55:20 UTC

[GitHub] [thrift] Jimexist commented on pull request #2563: THRIFT-5556: allow json gen to generate ricker set of include information

Jimexist commented on PR #2563:
URL: https://github.com/apache/thrift/pull/2563#issuecomment-1097439298

   ## generated using `thrift -o out -gen json:rich_includes test/Include.thrift`
   
   ```json
   {
     "name": "Include",
     "namespaces": {
   
     },
     "includes": [
       {
         "name": "ThriftTest",
         "path": "\/opt\/thrift\/src\/test\/ThriftTest.thrift",
         "namespaces": {
           "*": "thrift.test",
           "c_glib": "TTest",
           "cpp": "thrift.test",
           "cpp.noexist": "ThriftTest",
           "delphi": "Thrift.Test",
           "go": "thrifttest",
           "java": "thrift.test",
           "js": "ThriftTest",
           "lua": "ThriftTest",
           "netstd": "ThriftTest",
           "noexist": "ThriftTest",
           "perl": "ThriftTest",
           "php": "ThriftTest",
           "py": "ThriftTest",
           "py.twisted": "ThriftTest",
           "rb": "Thrift.Test",
           "st": "ThriftTest",
           "xsd": "test"
         }
       }
     ],
     "enums": [
     ],
     "typedefs": [
     ],
     "structs": [
       {
         "name": "IncludeTest",
         "isException": false,
         "isUnion": false,
         "fields": [
           {
             "key": 1,
             "name": "bools",
             "typeId": "struct",
             "type": {
               "typeId": "struct",
               "class": "ThriftTest.Bools"
             },
             "required": "required"
           }
         ]
       }
     ],
     "constants": [
     ],
     "services": [
     ]
   }
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org