1.0.13 • Published 10 months ago
diff-json-keys v1.0.13
diff-json-keys
This is a simple lib to compare diff between json keys and get the output.
How to use?
import { runDiff } from "diff-json-keys";
const diff = runDiff(json1, json2);
This is a simple lib to compare diff between json keys and get the output.
import { runDiff } from "diff-json-keys";
const diff = runDiff(json1, json2);