barKoder's parser decodes and organizes the AAMVA data into structured fields which are then returned in a developer-friendly JSON format, with key-value pairs mapped to the AAMVA data elements, like so:
code snippet JSON:
{
"first_name": "Alex",
"last_name": "Johnson",
"license_number": "D12345678",
"address": "123 Main St",
"city": "Austin",
"state": "TX",
"zip": "78701",
"dob": "1990-02-12",
"issue_date": "2022-01-01",
"expiry_date": "2030-01-01"
}