0

每个人都对 duktape 框架感兴趣。如何将 json 属性与 cpp 代码集成?

假设我们得到以下 json:

{
    "name" : "duktape",
    "surname" : "duktapovich",
    "values" : [1,10]
}

如果想获得“name”键的对应值,他怎么能做到呢?

4

1 回答 1

1

通过集成单头库 JSON 解析器解决了这个问题。看起来很酷。

https://github.com/nlohmann/json

于 2016-03-31T09:32:15.843 回答