Deserialize JSON Delphi Library (lkJSON)

0

Does anyone have a clue how to deserialize this object with the ikJSON library?

{
    "result": [{
        "success": true,
        "rows": [{
            "PROTOCOLO": "",
            "BARCODE": "",
            "HORA": "15:55:11"
        }],
        "total": 1
    }]
}
    
asked by anonymous 17.01.2018 / 00:24

0 answers