Textually diffing JSON

后端 未结 6 1070
挽巷
挽巷 2020-12-13 15:52

As part of my release processes, I have to compare some JSON configuration data used by my application. As a first attempt, I just pretty-printed the JSON and diff\'ed them

6条回答
  •  無奈伤痛
    2020-12-13 16:06

    Eclipse might do better. Open the two files in an eclipse project, select them both, and right click --> compare --> with each other.

提交回复
热议问题