Created
July 27, 2011 23:49
Revisions
-
Andrew Stone revised this gist
Jul 28, 2011 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ / Slim source project Slim JSON url = slim_url contributors - people username = username Where slim_url is a method that returns 'https://github.com/stonean/slim' -
Andrew Stone revised this gist
Jul 28, 2011 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,15 @@ / Slim source json project Slim JSON url = slim_url contributors - people username = username Where slim_url is a method that returns 'https://github.com/stonean/slim' and people = [ { username: 'stonean' }, { username: 'minad' }, { username: 'fredwu' } ] / Result { "project": "Slim JSON", -
Andrew Stone revised this gist
Jul 27, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ username = username Where people = [ { username: 'stonean' }, { username: 'minad' }, { username: 'fredwu' } ] / Result { "project": "Slim JSON", -
Andrew Stone created this gist
Jul 27, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ / Slim source json project Slim JSON url = https://github.com/stonean/slim contributors - people username = username Where contributors = [ { username: 'stonean' }, { username: 'minad' }, { username: 'fredwu' } ] / Result { "project": "Slim JSON", "url": "https://github.com/stonean/slim", "contributors": [ { "username": "stonean" }, { "username": "minad" }, { "username": "fredwu" } ] }