在c / c ++中创建rest webservice接受JSON

时间:2018-04-25 11:04:32

标签: c++ json rest webservice-client

任何人都可以建议我一些很好的链接来创建在c / c ++中接受JSON的rest webservice。

我希望我的webservice接受JSON,对收到的JSON做一些修改,并将修改后的JSON发送到另一个其他的web服务。

1 个答案:

答案 0 :(得分:0)

试着看第一个答案: How to Create Restful Web Services using c++ language and JSON Parser

它为您所查找的内容提供了多个库以及JSON解析库

对于JSON,我个人使用了https://github.com/nlohmann/json,我发现它非常简单且解释清楚

希望这会给你一些指导