Illustrates conversion to and from JSON.

 
Name:
Converted to JSON using JSON.stringify(val)
---
Converted Back to Javascript using eval("("+json+")"+)
---
 
age:
Converted to JSON using JSON.stringify(parseInt(val))
---
Converted Back to Javascript using eval("("+json+")"+)
---
 
House Number:
Street:
City:
Zipcode/Postcode:
Country:
Comment 1:
Comment 2:
Comment 3:
Converted to JSON using JSON.stringify(parseAddressForm(val))
---
Converted Back to Javascript using eval("("+json+")"+)
---