mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
added #json-dump section, expanded #json-types section
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"published": true,
|
||||
"tags": [
|
||||
"diveintopython",
|
||||
"docbook",
|
||||
"html"
|
||||
],
|
||||
"comments_link": null,
|
||||
"id": 256,
|
||||
"title": "Dive into history, 2009 edition"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"published": true, "tags": ["diveintopython", "docbook", "html"], "comments_link": null, "id": 256, "title": "Dive into history, 2009 edition"}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user