import json
    
    let j = parseJson """{ "x": { "y": { "z": 123 } } }"""
    echo j["x"]["y"]["z"].getInt
    
    
    Run

Reply via email to