Created
April 26, 2018 15:43
-
-
Save hondajojo/4232e1daac871af3f9a22ff6569243ba 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
# coding:utf8 | |
import demjson | |
str = """ | |
{ | |
title: '#戒不掉#陈伟霆的声音刘雯的笑,戒不掉COCO CRUSH…', | |
articleid: "20180419A02UE5", | |
channel:"cmsid", | |
cid :"2586256129", | |
commentNumber: "38", | |
comments: [], | |
fisoriginal: "", | |
id : "20180419A02UE500", | |
img: "http://inews.gtimg.com/newsapp_ls/0/3311935236_150120/0", | |
isOm:"1", | |
isGreat:"0", | |
kurl :"https://new.qq.com/omn/20180419/20180419A02UE5.html", | |
pubtime: "2018-04-19 01:14:36", | |
src: "腾讯时尚出品", | |
url: "https://xw.qq.com/cmsid/20180419A02UE500", | |
plink: [], | |
mid: "7577134" | |
}""" | |
print(demjson.decode(str)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment