# json-sort **Repository Path**: bnmnba/json-sort ## Basic Information - **Project Name**: json-sort - **Description**: json或js对象和数组的深度排序和内容等价比较。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # json-sort json或js对象和数组的深度排序和内容等价比较。 支持有循环引用的对象比较。 ## 特点 1. 对象排序 2. 对象或数组比较大小 3. 数组排序 ## 运行 ```shell $ node jsort.mjs ``` 测试使用的node版本:Node.js v18.19.1