0

我的本地主机上有 JSON 文件,我想通过代码更新它,请问有什么帮助吗?我的本地主机上有 list.JSON 我想删除其中的所有数据并在其中写入新数据并在服务器上更新它?

can any one tell me how i do that ?
///////////////////////////////////////////////
//////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////
///////////////////////////////////////
 //////////////////////////////////
   ///////////////////////////
         ////////////////////
4

1 回答 1

1

如何使用 Android 通过 Request 发送 JSON 对象?

 1- crate a page on server which takes this json and update it and take it's url 


2- take the input from user 
3- put it in a bean/model (wrap in object form as per structure )
4- crate the json from object (can use libraries like GSON for this
5- use post method to push json to srver
于 2012-06-30T13:55:30.297 回答