Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgautam27/go-gson
https://github.com/pgautam27/go-gson
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgautam27/go-gson
- Owner: PGautam27
- License: mit
- Created: 2022-07-24T16:27:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T17:43:38.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:37:14.890Z (almost 2 years ago)
- Language: Kotlin
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-Gson
This was a funny project that I made for my own use. There aren't many mobile applications that let's you get the json structure when you put your url.
I used volley library, which is an similar alternative for retrofit client. Volley library had the exact functions that I looked for, StringRequest function. This function pulls up the json structure
in string format and I appened it with queue. I then display the stringyfied json to the user. This was pretty fun to make, I wanted to add json file download. But haven't written the code yet. I'll do it when I get the jist to do it.BUT EOD what I wanted the app to do, the app does.