Created
October 12, 2011 04:33
-
-
Save Nub/1280285 to your computer and use it in GitHub Desktop.
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 characters
| (gdb) print-object tributeJson | |
| { | |
| "tribute_author" = "Jack Perry"; | |
| "tribute_database_row" = 0; | |
| "tribute_device" = 0; | |
| "tribute_flagged" = 0; | |
| "tribute_id" = 1; | |
| "tribute_image" = "<null>"; | |
| "tribute_image_size" = "<null>"; | |
| "tribute_image_url" = "htttp://images.tribute.frequenciesapp.com"; | |
| "tribute_message" = "<null>"; | |
| "tribute_posted" = "2011-10-09 22:23:19"; | |
| "tribute_title" = "Steve Jobs"; | |
| } | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment