I am using ChatGPT in Xojo to extract some fields from an Invoice.
I want to parse the json that is returned so that I can fill some text boxes.
Can someone show me some code to parse this?
{
"invoice_number": "274619",
"invoice_date": "10/30/24",
"due_date": "11/14/24",
"company_name": "Anyname Acceptance",
"total_amount": "377.25",
"tax_amount": "1.00",
"po_number": "02396000"
}
3 posts - 2 participants