swagger-api/swagger-codegen

[Python] Better JSON Serialization and Marshaling

開放

#5,421 建立於 2017年4月19日

 (3 則留言) (0 個反應) (0 位負責人)HTML (5,474 個分叉)batch import
Client: PythonEnhancement: Featurehelp wanted

倉庫指標

星標
 (12,701 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

Currently, the Python API client relies on our own deserialiser to convert JSON string back into Python objects with support of attribute mapping. For other generators (e.g. Java, C#), we're leveraging 3rd-party libraries/modules to handle serialization/deserialization between objects and JSON strings

We would like to evaluate different Python modules to perform similar tasks instead of maintaining our own serialization/deserialisation logic:

If anyone has comments/suggestions or want to contribute to this enhancement, please reply to let us know. Thank you.

貢獻者指南