JSON电影收藏

Posted 明柳梦少

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JSON电影收藏相关的知识,希望对你有一定的参考价值。

JSON电影收藏

全面的电影和演员集合,以发行年份隔离的json文件格式,易于使用和解析。

持续贡献中

每年十月,这个开源项目都会受到很多关注。

每部电影有以下属性细节

电影属性 细节
Release date YYYY-MM-DD发布日期
Categories 动作,冒险,喜剧,动画,家庭,幻想,科幻
Director 电影导演
Writers 编剧和故事作家
 Actors 电影的主要演员
Year 电影发行年份
Runtime 电影放映时间
Storyline 电影的简要描述

电影文件示例

{  "name": "Jurassic Park", 
"year": 1993,
"runtime": 127,
"categories": [
"adventure",
"thriller",
"sci-fi" ],
"release-date": "1993-06-11",
"director": "Steven Spielberg",
"writer": [
"Michael Crichton",
"David Koepp" ],
"actors": [
"Sam Neill",
"Laura Dern",
"Jeff Goldblum" ],
"storyline": "Huge advancements in scientific technology have enabled a mogul ... critical security systems are shut down and it now becomes a race for survival with dinosaurs roaming freely over the island."
}


详细json文件请戳“阅读原文”进一步学习和获取。

以上是关于JSON电影收藏的主要内容,如果未能解决你的问题,请参考以下文章

使用 savestate 保存 recyclerview 项目

JS常用代码片段2-值得收藏

JS常用代码片段2-值得收藏

收藏|分享前端开发常用代码片段

十个html5代码片段,超实用,一定要收藏

JS常用代码片段-127个常用罗列-值得收藏