Converts from JavaScript String to JSON Object
JSON Object Rules
Enclosed in curly braces.
Each name followed by : (colon) and name/value pairs separated by , (comma).
Keys must be strings and should be different from each other.
First Name
Last Name