stringified-json-diff
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

stringified-json-diff

Diff tool for stringified jsons.

oclif Version Downloads/week License

Usage

$ sjd "{\"foo\": \"bar\"}" "{\"foo\": \"baz\"}"
 {
-  foo: "bar"
+  foo: "baz"
 }

Dependencies (5)

Dev Dependencies (5)

Package Sidebar

Install

npm i stringified-json-diff

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.65 kB

Total Files

6

Last publish

Collaborators

  • toiroakr