# 复杂JSON转换工具 **Repository Path**: adinlead/json-flat ## Basic Information - **Project Name**: 复杂JSON转换工具 - **Description**: 计划本工程为多语言工具,有Python,JavaScript与Java三种语言. 目前仅实现了Javascript 可以将JSON扁平化为简单的KEY-VALUE形式,例如: {"key1":{"key2":["OK"]}} -> {"key1.key2[0]":"OK"} 反之亦可以将扁平的KEY-VALUE转换为JSON: {"key1.key2[0]":"OK"} -> {"key1":{"key2":["OK"]}} - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-25 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 复杂JSON转换工具 #### Description 计划本工程为多语言工具,有Python,JavaScript与Java三种语言. 目前仅实现了Javascript 可以将JSON扁平化为简单的KEY-VALUE形式,例如: {"key1":{"key2":["OK"]}} -> {"key1.key2[0]":"OK"} 反之亦可以将扁平的KEY-VALUE转换为JSON: {"key1.key2[0]":"OK"} -> {"key1":{"key2":["OK"]}} #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)