wymsee / cordova-HTTP

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
372 stars 301 forks source link

post special json type #107

Open huigesv123 opened 8 years ago

huigesv123 commented 8 years ago

how to post json like this :

{ "app_id" : "0.1.10", "channel_tag" : "production", "device" : { "snapshot" : "0.1.10", "binary_version" : "0.1.10", "platform" : "android" }

}

????