Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一个 iPhone 应用程序使用 JSON 数据来填充它的数据库。但是,我想通过在线托管 JSON 文件来使该过程自动化。我该怎么做呢?
我要托管的内容示例:
[{"Name":"John","Value":22,"Colour":"brown","City":"Auckland"}
好吧,您只需要一个主机,上传您的文件并将您的应用程序指向该文件即可。在谷歌上搜索任何免费托管,有很多。
您可以将它们作为文件存储在 HTTP 服务器上,或者使用任何服务器端语言从数据库中生成它们。