The following example shows how to do this: import std/json let jsonNode = parseJson("""{"key": 3.14}""") doAssert jsonNode.kind == JObject doAssert ...
確定! 回上一頁