Fake Json API
JSONPlaceholder
用于测试和原型开发的在线REST API
Powered by JSON Server and lowdb
官网
| 资源名称及链接 | 记录数 |
|---|---|
| /posts | 100 行 |
| /comments | 500 行 |
| /albums | 100 items |
| /photos | 5000 items |
| /todos | 200 items |
| /users | 10 items |
如果你对在线的资源感觉不够理想的话,可以使用JSON Server 在30秒之内快速搭建一个自己的RESTFUL API网站。只需要一行命令,
$ npm install -g json-server
MyJson
这是一个简单到令人发指的网站,无需注册,输入你想返回的JSON,按下保存,网站即刻生成一个随机的URL。
http://myjson.com/
Json 对象工具、语法检查
在线Json编辑器 (http://www.jsoneditoronline.org/)
Json Editor Online









网友评论