Olá, estou com dificuldade em ler o seguinte json no delphi:
[{
"codrotaprinc": "12",
"T10_ID": "33701",
"ENTREGAS": [{
"t12_ordemEntrega": "1",
"t44_codigo_erp": "93000"
}, {
"t12_ordemEntrega": "2",
"t44_codigo_erp": "105429"
}, {
"t12_ordemEntrega": "3",
"t44_codigo_erp": "86135"
}, {
"t12_ordemEntrega": "4",
"t44_codigo_erp": "92875"
}],
"ITENS_ENTREGAS": []
}, {
"codrotaprinc": "14",
"T10_ID": "33702",
"ENTREGAS": [{
"t12_ordemEntrega": "1",
"t44_codigo_erp": "89956"
}, {
"t12_ordemEntrega": "2",
"t44_codigo_erp": "105338"
}],
"ITENS_ENTREGAS": []
}]
Podem me ajudar?