Google 开发者博客中的 JSON 格式

Posted

技术标签:

【中文标题】Google 开发者博客中的 JSON 格式【英文标题】:JSON format in Google developers blogger 【发布时间】:2017-02-02 06:00:21 【问题描述】:

在博主中插入帖子时https://developers.google.com/oauthplayground 的 JSON 格式是什么?

【问题讨论】:

【参考方案1】:

通过 Blogger API 插入新帖子的基本 JSON 格式如下 -


  "kind": "blogger#post",
  "content": "Blog Content, can contain html",
  "blog": 
    "id": "BLOGID"
  ,
  "title": "Blog Title",
  "labels": [
    "Label"
  ],
  "titleLink": "https://google.com",
  "status": "LIVE"
  "readerComments": "ALLOW",
  "location": 
    "lat": 0,
    "lng": 0,
    "name": "Place"
  

您可以尝试在https://developers.google.com/blogger/docs/3.0/reference/posts/insert 上为此端点使用 API Explorer

【讨论】:

以上是关于Google 开发者博客中的 JSON 格式的主要内容,如果未能解决你的问题,请参考以下文章

Android开发者常用Chrome插件---(源码查看,投屏,json格式化等)

google protobuf ios开发使用

怎样使chrome开发者工具中的response显示成json格式

基于.NetCore开发博客项目 StarBlog - (24) 统一接口数据返回格式

Jackson 解析 JSON 详细教程

Jackson 解析 JSON 详细教程