2

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 blackberry framework to ease this use case?

Thank you very much for your help. I really appreciate it.

Joshua Partogi
  • 16,167
  • 14
  • 53
  • 75

2 Answers2

1

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.

shingara
  • 46,608
  • 11
  • 99
  • 105
0

Here is another post from stackoverflow that will help you get started.

How to parse the JSON response in Blackberry/J2ME?

Community
  • 1
  • 1
Michael Grassman
  • 1,935
  • 13
  • 21