# compare-json-keys **Repository Path**: njkj/compare-json-keys ## Basic Information - **Project Name**: compare-json-keys - **Description**: Deep compare all keys of two jsons without dependent other library - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: json-tools **Tags**: None ## README Deep compare all keys of two jsons without dependent other library main.js & testData.js are for testing execute `node main.js` var oriJson = { a:'a', b:{ b1:'b1', b2:'b2' } } var tarJson = { a:'a', b:{ b1:'b1' } } `b.b2` is different key