From 1c7e95f79cba1f4b3ca7170f8ea9c71773cf8881 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 6 Dec 2010 10:53:42 -0800 Subject: [PATCH] add json-diff to projects page --- proj/json-diff/index.html | 56 +++++++++++++++++++++++++++++++++++++++ projects.json | 1 + 2 files changed, 57 insertions(+) create mode 100644 proj/json-diff/index.html 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" }