Provide me JSON format of dummy user information of the following format: {name: string, dob: string, gender: string, nationality: string, visaForCountry: string, currentCountry: string, purposeOfVisit: string, specialRequirements: string[], specialInformationList: string[], lengthOfVisa: string, passportNumber: string}. just give me the JSON, no other text or comments or ```json.
{ "name": "John Doe", "dob": "1990-01-01", "gender": "Male", "nationality": "American", "visaForCountry": "Canada", "currentCountry": "USA", "purposeOfVisit": "Tourism", "specialRequirements": ["Wheelchair access", "Vegetarian meals"], "specialInformationList": ["Allergic to nuts", "Requires medication"], "lengthOfVisa": "6 months", "passportNumber": "123456789" }
Provide me JSON format of dummy user information of the following format: {name: string, dob: string, gender: string, nationality: string, visaForCountry: string, currentCountry: string, purposeOfVisit: string, specialRequirements: string[], specialInformationList: string[], lengthOfVisa: string, passportNumber: string}. just give me the JSON, no other text or comments or ```json.
{ "name": "Jane Smith", "dob": "1985-05-15", "gender": "Female", "nationality": "British", "visaForCountry": "Australia", "currentCountry": "UK", "purposeOfVisit": "Business", "specialRequirements": ["Dietary restrictions", "Sign language interpreter"], "specialInformationList": ["Diabetic", "Prefers non-smoking areas"], "lengthOfVisa": "1 year", "passportNumber": "987654321" }
Provide me JSON format of dummy user information of the following format: {name: string, dob: string, gender: string, nationality: string, visaForCountry: string, currentCountry: string, purposeOfVisit: string, specialRequirements: string[], specialInformationList: string[], lengthOfVisa: string, passportNumber: string}. just give me the JSON, no other text or comments or ```json.
{ "name": "Alice Johnson", "dob": "1992-08-20", "gender": "Female", "nationality": "Canadian", "visaForCountry": "New Zealand", "currentCountry": "Canada", "purposeOfVisit": "Study", "specialRequirements": ["Requires quiet study area"], "specialInformationList": ["Has a service dog", "Needs access to a gym"], "lengthOfVisa": "2 years", "passportNumber": "A12345678" }