- Joined
- Jul 24, 2014
- Messages
- 188
- Thread Author
- #1
Can these please be included in the client?
JSON: http://json.org/java/
Apache Http: http://hc.apache.org/httpcomponents-client-ga/index.html
It's actually a shame that Java doesn't have native JSON support, because JSON is used in almost every webservice you can think of. The HttpClient from Apache is optional, but is a nice "replacement" for the default HttpUrlConnection stuff.
I need JSON to communicate with a set of webservices that I'm implementing in all my scripts soon, if this can't get included in the client then I will include them in all my scripts seperately, but it's cleaner and loads faster if it does get included.
JSON: http://json.org/java/
Apache Http: http://hc.apache.org/httpcomponents-client-ga/index.html
It's actually a shame that Java doesn't have native JSON support, because JSON is used in almost every webservice you can think of. The HttpClient from Apache is optional, but is a nice "replacement" for the default HttpUrlConnection stuff.
I need JSON to communicate with a set of webservices that I'm implementing in all my scripts soon, if this can't get included in the client then I will include them in all my scripts seperately, but it's cleaner and loads faster if it does get included.





