Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个生成 json 字符串的函数,该函数旨在替换旧的。所以我需要确保我的函数输出的 JSON 与旧函数的 JSON 相同。是否有一个实用程序来检查两个 JSON 树的身份?
我以前使用过JSON Diff,只需比较旧 JSON 函数和新函数的输出,看看它们是否匹配。确保也使用更复杂的数据结构进行测试。