stephenquan / AAMVAtoJSON

Converts AAMVA DL/ID format to JSON
Apache License 2.0
6 stars 3 forks source link

Return Obj as JSON String for Use in Survey123 #3

Closed christopherlrogers closed 5 years ago

christopherlrogers commented 5 years ago

Hey Stephen,

I have modified the object return in my iteration to return a JSON String for use in Survey123 rather than just an Object. Not sure if this is absolutely required but it was the only way for to easily parse through the Obj and obtain the parts to autofill my form(s).

return JSON.stringify(obj);

Thanks for the updates on the Date/Time and the ability to differ between USA and CAN DL's it is working great!

Regards, Chris Rogers

stephenquan commented 5 years ago

@christopherlrogers I checked in a bunch of changes: