How to make HTTP Json requests in Java? Any library? Under \"HTTP Json request\" I mean make POST with Json object as data and recieve result as Json.
Use Apache HTTP Client 4 and check out this page for JSON and Java.