What is the recommended way for calling remote JSON objects from native blackberry apps?
IF I am to develop a native application on blackberry, what would be the recommended way to call remote JSON object? As I understand native blackberry apps is coded using Java, would it still be able to contact a remote JSON object from Ruby on Rails? Has there been any blackb开发者_如何学JAVAerry framework to ease this use case?
Thank you very much for your help. I really appreciate it.
The JSON is normalized. So If you generate some JSON and consume this JSON, it can be in different language. You just need use JSON parser in each langage.
Here is another post from stackoverflow that will help you get started.
How to parse the JSON response in Blackberry/J2ME?
精彩评论