Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
str[teal]=[/teal][green][i]'{"GetCustomerInfo": {"val": "Joe Schmoe"}}'[/i][/green]
[COLOR=darkgoldenrod]eval[/color][teal]([/teal][green][i]'obj='[/i][/green][teal]+[/teal]str[teal])[/teal] [gray]// any browser[/gray]
obj[teal]=[/teal]JSON[teal].[/teal][COLOR=darkgoldenrod]parse[/color][teal]([/teal]str[teal])[/teal] [gray]// Gecko 1.9.1 ( Firefox 3.5, SeaMonkey 2, Thunderbird 3 )[/gray]
[COLOR=darkgoldenrod]alert[/color][teal]([/teal]obj[teal][[/teal][green][i]'GetCustomerInfo'[/i][/green][teal]][[/teal][green][i]'val'[/i][/green][teal]])[/teal]