- Posts: 10
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Networking Development
- How To Send URL and Receive JSON Response
×
Components and Libraries for Networking Development, discussions, problems and suggestions
Solved How To Send URL and Receive JSON Response
- Buzz
- Topic Author
- Offline
- New Member
-
Less
More
6 years 10 months ago - 6 years 10 months ago #7868
by Buzz
How To Send URL and Receive JSON Response was created by Buzz
Hello,
I am developing a Win32 application. I need to do something in this application that have never done before:
1. My application needs to query/request a URL, (e.g.,)
2. I need to "catch" the JSON response for parsing
I have not been successful in learning how to tell my application to request the URL nor receive the JSON response.
Would some kind soul help me get started?
Thank you,
buzz
PS: I am not sure which category to post this, but it seems more like a network problem than a web building problem. (I am not building a web page or HTML; just need to request the JSON response from an URL for parsing).
I am developing a Win32 application. I need to do something in this application that have never done before:
1. My application needs to query/request a URL, (e.g.,
http://sample.com/whatisup.json
2. I need to "catch" the JSON response for parsing
I have not been successful in learning how to tell my application to request the URL nor receive the JSON response.
Would some kind soul help me get started?
Thank you,
buzz
PS: I am not sure which category to post this, but it seems more like a network problem than a web building problem. (I am not building a web page or HTML; just need to request the JSON response from an URL for parsing).
Last edit: 6 years 10 months ago by Buzz.
Please Log in or Create an account to join the conversation.
- Buzz
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
6 years 10 months ago #7890
by Buzz
Replied by Buzz on topic How To Send URL and Receive JSON Response
Never mind. After some additional searching and a bit of trial and error, I found a very simple solution.
Please Log in or Create an account to join the conversation.