{
  "action": "Product-SizeChart",
  "queryString": "cid=socks-sizechart",
  "locale": "en_US",
  "success": true,
  "content": "<div>\r\n    <h3 class=\"h4\">Socks Fit Information</h3>\r\n    <p>All socks are shown in Men's sizes. See below for women's size conversion.</p>\r\n    <div>\r\n    <table class=\"table table-striped\">\r\n        <caption class=\"sr-only\">\r\n            Socks Sizing Chart\r\n        </caption>\r\n        <thead>\r\n            <tr>\r\n                <th scope=\"col\">Men's Size</th>\r\n                <th scope=\"col\">Women's Size</th>\r\n            </tr>\r\n        </thead>\r\n        <tbody>\r\n            <tr>\r\n                <td>3-6</td>\r\n                <td>4-7</td>\r\n            </tr>\r\n            <tr>\r\n                <td>6-9</td>\r\n                <td>7-10</td>\r\n            </tr>\r\n            <tr>\r\n                <td>9-12</td>\r\n                <td>10-12</td>\r\n            </tr>\r\n        </tbody>\r\n    </table>\r\n</div>"
}