I'm developing an application (MIDlet) for the Gemalto EHS6 modem, which runs java micro edition. I want to make an HTTP post using the JSON format. What would be the easiest way to do this?
org.json
is not supported in J2ME
I've already read these answers, but I can't believe that would be the way to do it!? Depend on some 3rd party implementation? I could write a simply one myself only for the subset of the JSON format I need - But this does not seem like the "right" choice. Or what? Is that the most efficient way of doing it in the end?