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