added #json-dump section, expanded #json-types section

This commit is contained in:
Mark Pilgrim
2009-08-18 23:18:15 -04:00
parent dea45f81b1
commit 5e487bda04
4 changed files with 100 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"published": true,
"tags": [
"diveintopython",
"docbook",
"html"
],
"comments_link": null,
"id": 256,
"title": "Dive into history, 2009 edition"
}
+1
View File
@@ -0,0 +1 @@
{"published": true, "tags": ["diveintopython", "docbook", "html"], "comments_link": null, "id": 256, "title": "Dive into history, 2009 edition"}
+24
View File
@@ -0,0 +1,24 @@
{
"comments_link": null,
"internal_id": {
"__class__": "bytes",
"__value__": [
222,
213,
180,
248
]
},
"title": "Dive into history, 2009 edition",
"tags": [
"diveintopython",
"docbook",
"html"
],
"article_link": "http://diveintomark.org/archives/2009/03/27/dive-into-history-2009-edition",
"published_date": {
"__class__": "time.asctime",
"__value__": "Fri Mar 27 22:20:42 2009"
},
"published": true
}