4
I have a JSON file, but I would like to read it using Delphi 6. It would be possible?
Follow an example from JSON
{
"size":1,
"response":[
{
"id_cliente":21,
"nome":"DESENTUPIDORA ME",
"endereco":"RUA J, Nº. 9",
"complemento":"TÉRREO ",
"bairro":"SANTOS",
"cidade":"VITÓRIA",
"estado":"ES",
"cep":"29.000-000",
"telefone":"28-18987677",
"telefone_fax":"28-9878-08685",
"email":"[email protected]",
"cnpj":"098873.835/0033-87",
"pesagem_livre":0,
"nome_fantasia":"DESENTUPIDORA SJOE -ME",
"tipo_cliente":"privado",
"inscricao_estadual":"",
"situacao":true,
"inscricao_municipal":"",
"periodo_medicao":"9931",
"anotacoes":"",
"data_inclusao":null
}
]
}
Daniel, I can’t formulate an answer for lack of time, but research on Superobject for Delphi6, is a library that you can do whatever you want ;)
– David