HSON - A JSON download library

by Hassy

free


not available



Ever had the horrible feeling of coding your app to to download a JSON file.Setting up a HTTP GET method and then having to create a background thread to execute the network task. And then converting the HTTP response to a JSON objectThen HSON is for you!HSON is a simple Android library that downloads a JSON file and converts it into a JSON object.All you have to do is set the URL and call the download method. HSON will automatically create a background thread and a HTTP GET method and return a JSON object to you.Already have a network response? Then use the converter method to convert your HTTP string response into a JSON object.See the GitHub repo for setup and instructions: https://github.com/hassydash/hsonFor any issues, please don't post in the ratings. Instead go to the issue tracker on GitHub. https://github.com/hassydash/hson/issuesLicenseCopyright ©2017 Hassy.Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.