[jira] [Updated] (THRIFT-5714) add TJSONProtocol support in thrift-swift

2023-06-06 Thread Hojjat Khodabakhsh (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hojjat Khodabakhsh updated THRIFT-5714: --- Description: Add support TJSONProtocol in Apache Thrift for Swift via implementing

[jira] [Created] (THRIFT-5714) add TJSONProtocol support in thrift-swift

2023-06-06 Thread Hojjat Khodabakhsh (Jira)
Hojjat Khodabakhsh created THRIFT-5714: -- Summary: add TJSONProtocol support in thrift-swift Key: THRIFT-5714 URL: https://issues.apache.org/jira/browse/THRIFT-5714 Project: Thrift Issue

[GitHub] [thrift] cozality opened a new pull request, #2815: add TJSONProtocol support

2023-06-06 Thread via GitHub
cozality opened a new pull request, #2815: URL: https://github.com/apache/thrift/pull/2815 The code contains the changes required to support TJSONProtocol in the Thrift-Swift. The codes are ported from C#.NET Thrift official library Add support TJSONProtocol via implementing it.