import json
let j = parseJson """{ "x": { "y": { "z": 123 } } }"""
echo j["x"]["y"]["z"].getInt
Run
- How to direct access values of JSON JObjects when they are withi... wiremoons
- Re: How to direct access values of JSON JObjects when they ... dawkot
