Hi Eveyone,
Im using HttpURLConnection to do simple HTTP post and get, I know i can add parameters to the connection using DataOutputStream.writeBytes() for the post but this does not work if i try and send JSON type text. What can i use in
java to send JSON HTTP post's.
Best
Mark Hughes