1[
2    "I am string",
3    "me too",
4    "",
5    "\\",
6    "\/",
7    "\b",
8    "\f",
9    "\n",
10    "\r",
11    "\t",
12    "\"quoted\"",
13    "http:\/\/www.google.com",
14    "one \n two \n three",
15    "front segment 'single quote' and \"double quote\" end segment"
16]
17
18