diff --git a/proj/json-diff/index.html b/proj/json-diff/index.html new file mode 100644 index 0000000..d684c9e --- /dev/null +++ b/proj/json-diff/index.html @@ -0,0 +1,56 @@ + + + + + json-diff :: samhuri.net + + + + + + + + + + +Fork me on GitHub +

json-diff

+

show the differences between JSON-encoded objects

+ + + + + + +
watchers forks
+
+
+

branches

+ +
+
+

languages

+ +
+
+

contributors

+ +
+
+
+ \ No newline at end of file diff --git a/projects.json b/projects.json index c04afc9..38d9e28 100644 --- a/projects.json +++ b/projects.json @@ -5,6 +5,7 @@ , "config" : { "description" : "important dot files (zsh, emacs, vim, screen)" } , "format" : { "description" : "printf for JavaScript" } , "gitter" : { "description" : "a GitHub client for Node (v2 API)" } +, "json-diff" : { "description" : "show the differences between JSON-encoded objects" } , "mojo.el" : { "description" : "turn emacs into a sweet mojo editor" } , "repl-edit" : { "description" : "edit Node repl commands with your text editor" } , "samhuri.net" : { "description" : "this site" }