开发者

HTTP Json requests in C++?

开发者 https://www.devze.com 2023-01-31 08:13 出处:网络
How to make HTTP Json requests in C++? Any library? Under \"HTTP Json request\" I mean make POST with Json object as data and receive result as Jso开发者_运维知识库n.Use libCURL to get the actual JSON

How to make HTTP Json requests in C++? Any library? Under "HTTP Json request" I mean make POST with Json object as data and receive result as Jso开发者_运维知识库n.


Use libCURL to get the actual JSON data. Then parse it with some C++ library like jsoncpp.

0

精彩评论

暂无评论...
验证码 换一张
取 消