John Riker

John Riker

  • NA
  • 85
  • 14.4k

Something wrong with my JSON?

Nov 17 2020 8:13 PM
Not sure if posting all this is good but I grabbed the below from a website:
 
  1. {  
  2.   "type": "Page",  
  3.   "props": {  
  4.     "className": " seriesmain-template",  
  5.     "theme": {  
  6.       "animations": {  
  7.         "presets": {  
  8.           "fadeIn": {  
  9.             "from": {  
  10.               "opacity": "0",  
  11.               "transform": "translate3d(0, 0, 0)",  
  12.               "transition": "opacity 0.75s linear 0.25s, transform 0.5s linear 0.1s"  
  13.             },  
  14.             "to": {  
  15.               "opacity": "1",  
  16.               "transform": "translate3d(0, -63px, 0)"  
  17.             }  
  18.           },  
  19.           "card": {  
  20.             "from": {  
  21.               "transition": "all 0.2s",  
  22.               "transform": "scale(1) translateZ(0) perspective(1px)",  
  23.               "&:hover": {  
  24.                 "boxShadow": "0 8px 22px -6px rgba(0, 0, 0, 0.3)",  
  25.                 "transform": "scale(1.01) translateZ(0) perspective(1px)"  
  26.               }  
  27.             }  
  28.           },  
  29.           "carousel": {  
  30.             "from": {  
  31.               "transition": "all 0.2s",  
  32.               "transform": "scale(1) translateZ(0) perspective(1px)",  
  33.               "&:hover": {  
  34.                 "transform": "scale(0.98) translateZ(0) perspective(1px)"  
  35.               }  
  36.             }  
  37.           },  
  38.           "blurIn": {  
  39.             "from": {  
  40.               "transition": "all 0.3s",  
  41.               "opacity": "0",  
  42.               "filter": "blur(5px)"  
  43.             },  
  44.             "to": {  
  45.               "opacity": "1",  
  46.               "filter": "none"  
  47.             }  
  48.           }  
  49.         },  
  50.         "timing": {  
  51.           "first": "0.2s",  
  52.           "second": "0.3s",  
  53.           "third": "0.5s",  
  54.           "fourth": "0.75s"  
  55.         },  
  56.         "transition": {  
  57.           "first": "all 0.2s ease-in-out",  
  58.           "second": "all 0.2s ease-in-out",  
  59.           "third": "all 0.2s ease-in-out",  
  60.           "fourth": "transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)",  
  61.           "fifth": "all 0.3s ease-in-out"  
  62.         }  
  63.       },  
  64.       "breakpoints": {  
  65.         "breakpoints": {  
  66.           "xsmall": 0,  
  67.           "small": 660,  
  68.           "medium": 980,  
  69.           "large": 1200,  
  70.           "xlarge": 1600  
  71.         },  
  72.         "keys": [  
  73.           "xsmall",  
  74.           "small",  
  75.           "medium",  
  76.           "large",  
  77.           "xlarge"  
  78.         ]  
  79.       },  
  80.       "images": {  
  81.         "logoName": "wp-logo-white",  
  82.         "kidsHeader": {  
  83.           "dropdownArrowBackground": "url(\u002Fsvg\u002Fdropdown-arrow-background.svg)",  
  84.           "siteLogo": "url(\u002Fpng\u002Flogo-nickjr.png)"  
  85.         }  
  86.       },  
  87.       "layout": {  
  88.         "border": {  
  89.           "radius": 0  
  90.         },  
  91.         "grid": {  
  92.           "max-width": "1440px",  
  93.           "min-width": "288px",  
  94.           "width": "90%",  
  95.           "columns": {  
  96.             "default": 3,  
  97.             "oneItem": "3",  
  98.             "twoItem": "3",  
  99.             "threeItem": "3"  
  100.           },  
  101.           "outerMargins": {  
  102.             "xsmall": "-6px",  
  103.             "small": "-12px"  
  104.           },  
  105.           "margins": {  
  106.             "xsmall": "6px",  
  107.             "small": "12px"  
  108.           },  
  109.           "paddings": {  
  110.             "xsmall": "12px",  
  111.             "small": "24px"  
  112.           },  
  113.           "gutters": {  
  114.             "xsmall": "18px",  
  115.             "small": "24px"  
  116.           }  
  117.         },  
  118.         "spacer": {  
  119.           "component": "36px",  
  120.           "inner": "36px",  
  121.           "outer": 0,  
  122.           "default": "6px"  
  123.         }  
  124.       },  
  125.       "palette": {  
  126.         "background": {  
  127.           "first": "#49365E",  
  128.           "second": "#6A5B7B",  
  129.           "third": "#DBDBDB",  
  130.           "fourth": "#EDEDED",  
  131.           "fifth": "#AFAFAF",  
  132.           "sixth": "#3B3B3B",  
  133.           "seventh": "#5F5F5F"  
  134.         },  
  135.         "brand": {  
  136.           "first": "#455492",  
  137.           "second": "#ffcc00",  
  138.           "third": "#ffcc00"  
  139.         },  
  140.         "shadow": {  
  141.           "first": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",  
  142.           "second": "0 2px 8px 0 rgba(0, 0, 0, 0.08)",  
  143.           "third": "0 2px 4px 0 rgba(0, 0, 0, 0.08)"  
  144.         },  
  145.         "support": {  
  146.           "first": "#455492",  
  147.           "second": "#455492",  
  148.           "third": "#5aa700",  
  149.           "fourth": "#e0182d",  
  150.           "fifth": "#ffffff",  
  151.           "sixth": "#000000",  
  152.           "seventh": "#f6f6f6",  
  153.           "eighth": "#BFBEBE",  
  154.           "ninth": "#5E9ED6"  
  155.         },  
  156.         "text": {  
  157.           "first": "#ffffff",  
  158.           "second": "#8b8b8b",  
  159.           "third": "#000000",  
  160.           "fourth": "#767676",  
  161.           "fifth": "#A0A0A0"  
  162.         },  
  163.         "ui": {  
  164.           "first": "#f8f8f8",  
  165.           "second": "#ffffff",  
  166.           "third": "#dbdbdb",  
  167.           "fourth": "#000000",  
  168.           "fifth": "#111111",  
  169.           "sixth": "#262626"  
  170.         },  
  171.         "vendor": {  
  172.           "adchoices": "#0badcc",  
  173.           "discord": "#7289da",  
  174.           "email": "#393d40",  
  175.           "facebook": "#3b5998",  
  176.           "instagram": "#dd3276",  
  177.           "linkedin": "#0966c2",  
  178.           "pinterest": "#e60023",  
  179.           "snap": "#fffc00",  
  180.           "snapchat": "#fffc00",  
  181.           "tiktok": "#000000",  
  182.           "twitch": "#9146ff",  
  183.           "twitter": "#1da1f2",  
  184.           "youtube": "#ff0000"  
  185.         }  
  186.       },  
  187.       "shadows": {  
  188.         "first": "0 2px 4px 0 0 2px 4px 0 rgba(0, 0, 0, 0.08)",  
  189.         "second": "0 2px 4px 0 0 2px 4px 0 rgba(0, 0, 0, 0.08)",  
  190.         "third": "0 2px 4px 0 0 2px 4px 0 rgba(0, 0, 0, 0.08)",  
  191.         "fourth": "0 8px 22px -6px 0 2px 8px 0 rgba(0, 0, 0, 0.08);"  
  192.       },  
  193.       "typography": {  
  194.         "caption": {  
  195.           "fontFamily": "\"Montserrat\", sans-serif",  
  196.           "lineHeight": {  
  197.             "xsmall": 1.5  
  198.           },  
  199.           "fontSize": {  
  200.             "xsmall": "1.2rem"  
  201.           },  
  202.           "fontStyle": {  
  203.             "xsmall": "normal"  
  204.           },  
  205.           "textTransform": {  
  206.             "xsmall": "none"  
  207.           },  
  208.           "fontWeight": {  
  209.             "xsmall": 400  
  210.           }  
  211.         },  
  212.         "font": {  
  213.           "primary": "\"Montserrat\", sans-serif",  
  214.           "secondary": "\"Montserrat\", sans-serif"  
  215.         },  
  216.         "giga": {  
  217.           "fontFamily": "\"Montserrat\", sans-serif",  
  218.           "lineHeight": 1,  
  219.           "fontSize": "5.4rem",  
  220.           "fontStyle": {  
  221.             "xsmall": "normal"  
  222.           },  
  223.           "textTransform": {  
  224.             "xsmall": "none"  
  225.           },  
  226.           "fontWeight": 900  
  227.         },  
  228.         "kilo": {  
  229.           "fontFamily": "\"Montserrat\", sans-serif",  
  230.           "lineHeight": 1.15,  
  231.           "fontSize": "3.0rem",  
  232.           "fontStyle": {  
  233.             "xsmall": "normal"  
  234.           },  
  235.           "textTransform": {  
  236.             "xsmall": "none"  
  237.           },  
  238.           "fontWeight": 900  
  239.         },  
  240.         "mega": {  
  241.           "fontFamily": "\"Montserrat\", sans-serif",  
  242.           "lineHeight": 1.2,  
  243.           "fontSize": {  
  244.             "xsmall": "1.8rem",  
  245.             "small": "4.2rem"  
  246.           },  
  247.           "fontStyle": {  
  248.             "xsmall": "normal"  
  249.           },  
  250.           "textTransform": {  
  251.             "xsmall": "none"  
  252.           },  
  253.           "fontWeight": 900  
  254.         },  
  255.         "micro": {  
  256.           "fontFamily": "\"Montserrat\", sans-serif",  
  257.           "lineHeight": {  
  258.             "xsmall": 1.25  
  259.           },  
  260.           "fontSize": {  
  261.             "xsmall": "1.8rem",  
  262.             "small": "1.8rem"  
  263.           },  
  264.           "fontStyle": {  
  265.             "xsmall": "normal"  
  266.           },  
  267.           "textTransform": {  
  268.             "xsmall": "none"  
  269.           },  
  270.           "fontWeight": 800  
  271.         },  
  272.         "milli": {  
  273.           "fontFamily": "\"Montserrat\", sans-serif",  
  274.           "lineHeight": {  
  275.             "xsmall": 1.25  
  276.           },  
  277.           "fontSize": {  
  278.             "xsmall": "2.0rem",  
  279.             "small": "2.4rem"  
  280.           },  
  281.           "fontStyle": {  
  282.             "xsmall": "normal"  
  283.           },  
  284.           "textTransform": {  
  285.             "xsmall": "none"  
  286.           },  
  287.           "fontWeight": 800  
  288.         },  
  289.         "nano": {  
  290.           "fontFamily": "\"Montserrat\", sans-serif",  
  291.           "lineHeight": {  
  292.             "xsmall": 1.25  
  293.           },  
  294.           "fontSize": {  
  295.             "xsmall": "1.2rem",  
  296.             "small": "1.4rem"  
  297.           },  
  298.           "fontStyle": {  
  299.             "xsmall": "normal"  
  300.           },  
  301.           "textTransform": "uppercase",  
  302.           "fontWeight": {  
  303.             "xsmall": 700  
  304.           }  
  305.         },  
  306.         "p1": {  
  307.           "fontFamily": "\"Montserrat\", sans-serif",  
  308.           "lineHeight": {  
  309.             "xsmall": 1.5  
  310.           },  
  311.           "fontSize": {  
  312.             "xsmall": "1.6rem"  
  313.           },  
  314.           "fontStyle": {  
  315.             "xsmall": "normal"  
  316.           },  
  317.           "textTransform": {  
  318.             "xsmall": "none"  
  319.           },  
  320.           "fontWeight": {  
  321.             "xsmall": 400  
  322.           }  
  323.         },  
  324.         "p2": {  
  325.           "fontFamily": "\"Montserrat\", sans-serif",  
  326.           "lineHeight": {  
  327.             "xsmall": 1.5  
  328.           },  
  329.           "fontSize": {  
  330.             "xsmall": "1.4rem"  
  331.           },  
  332.           "fontStyle": {  
  333.             "xsmall": "normal"  
  334.           },  
  335.           "textTransform": {  
  336.             "xsmall": "none"  
  337.           },  
  338.           "fontWeight": {  
  339.             "xsmall": 400  
  340.           }  
  341.         },  
  342.         "pico": {  
  343.           "fontFamily": "\"Montserrat\", sans-serif",  
  344.           "lineHeight": {  
  345.             "xsmall": 1.25  
  346.           },  
  347.           "fontSize": {  
  348.             "xsmall": "1.2rem"  
  349.           },  
  350.           "fontStyle": {  
  351.             "xsmall": "normal"  
  352.           },  
  353.           "textTransform": {  
  354.             "xsmall": "none"  
  355.           },  
  356.           "fontWeight": {  
  357.             "xsmall": 700  
  358.           }  
  359.         },  
  360.         "tera": {  
  361.           "fontFamily": "\"Montserrat\", sans-serif",  
  362.           "lineHeight": 1,  
  363.           "fontSize": "5rem",  
  364.           "fontStyle": {  
  365.             "xsmall": "normal"  
  366.           },  
  367.           "textTransform": {  
  368.             "xsmall": "none"  
  369.           },  
  370.           "fontWeight": 900  
  371.         }  
  372.       },  
  373.       "zIndex": {  
  374.         "below": -10,  
  375.         "base": 1,  
  376.         "high": 10,  
  377.         "over": 100,  
  378.         "modal": 1000  
  379.       },  
  380.       "overrides": {  
  381.         "kidsHeader": {  
  382.           "headerHeight": {  
  383.             "default": "46px",  
  384.             "desktop": "83px"  
  385.           },  
  386.           "characterNavigationHeight": {  
  387.             "default": "120px",  
  388.             "desktop": "144px"  
  389.           },  
  390.           "logoBackgroundSize": {  
  391.             "default": "86px 24px",  
  392.             "desktop": "119px 33px"  
  393.           },  
  394.           "logoHeight": {  
  395.             "default": "46px",  
  396.             "desktop": "33px"  
  397.           },  
  398.           "logoWidth": {  
  399.             "default": "86px",  
  400.             "desktop": "119px"  
  401.           }  
  402.         },  
  403.         "headerV2": {  
  404.           "divider": {  
  405.             "color": "#262626"  
  406.           },  
  407.           "header": {  
  408.             "background": "#111111",  
  409.             "color": "#ffffff"  
  410.           },  
  411.           "headerLinks": {  
  412.             "&:hover": {  
  413.               "color": "#ffcc00"  
  414.             },  
  415.             "background": "#171717",  
  416.             "color": "#f8f8f8"  
  417.           },  
  418.           "leaderboard": {  
  419.             "backgroundColor": "#262626"  
  420.           },  
  421.           "subNavigation": {  
  422.             "backgroundColor": "#111111",  
  423.             "color": "#ffffff"  
  424.           },  
  425.           "title": {  
  426.             "color": "#ffcc00"  
  427.           },  
  428.           "logo": {  
  429.             "primary": {  
  430.               "backgroundColor": "transparent",  
  431.               "backgroundImage": "url(\u002Fpng\u002Flogo.png)",  
  432.               "backgroundPosition": "center",  
  433.               "backgroundRepeat": "no-repeat",  
  434.               "backgroundSize": "contain",  
  435.               "color": "#ffffff",  
  436.               "content": "",  
  437.               "fontSize": 0,  
  438.               "height": "43px",  
  439.               "width": "235px",  
  440.               "@media (min-width: 660px)": {  
  441.                 "fontSize": "38px",  
  442.                 "height": "37px",  
  443.                 "width": "445px",  
  444.                 "backgroundImage": "url(\u002Fpng\u002Flogo.png)"  
  445.               }  
  446.             },  
  447.             "container": {  
  448.               "height": "110px"  
  449.             }  
  450.           }  
  451.         },  
  452.         "card": {  
  453.           "logo": {  
  454.             "maxHeight": "50px",  
  455.             "@media (min-width: 980px)": {  
  456.               "maxHeight": "75px"  
  457.             }  
  458.           }  
  459.         },  
  460.         "logosStrip": {  
  461.           "item": {  
  462.             "default": {  
  463.               "padding": "5px"  
  464.             },  
  465.             "primaryTier": {  
  466.               "padding": "9px 7px 7px 9px"  
  467.             },  
  468.             "secondaryTier": {  
  469.               "padding": "7px 6px 6px 7px"  
  470.             }  
  471.           }  
  472.         },  
  473.         "Card": {  
  474.           "kids": {  
  475.             "borderRadius": "8px",  
  476.             "overflow": "hidden",  
  477.             "AlertLabel": {  
  478.               "padding": "5px 8px"  
  479.             },  
  480.             "Header": {  
  481.               "wide": {  
  482.                 "lineHeight": 0.9  
  483.               }  
  484.             },  
  485.             "TimestampLabel": {  
  486.               "fontWeight": 700  
  487.             }  
  488.           }  
  489.         },  
  490.         "CharacterNavigation": {  
  491.           "Carousel": {  
  492.             "PrevNextButtons": {  
  493.               "PrevButton": {  
  494.                 "borderRadius": "0 8px 8px 0"  
  495.               },  
  496.               "NextButton": {  
  497.                 "borderRadius": "8px 0 0 8px"  
  498.               }  
  499.             }  
  500.           },  
  501.           "Tooltip": {  
  502.             "Balloon": {  
  503.               "borderRadius": "8px",  
  504.               "boxShadow": "0 2px 4px 0 rgba(0,0,0,0.08)"  
  505.             },  
  506.             "BalloonInner": {  
  507.               "backgroundColor": "#fff",  
  508.               "borderRadius": "7px",  
  509.               "padding": "24px 12px"  
  510.             },  
  511.             "Body": {  
  512.               "color": "#000",  
  513.               "textTransform": "uppercase",  
  514.               "fontFamily": "\"Montserrat\", sans-serif",  
  515.               "fontWeight": 700,  
  516.               "fontSize": "13px"  
  517.             },  
  518.             "Point": {  
  519.               "&::before": {  
  520.                 "borderBottomColor": "#fff"  
  521.               }  
  522.             }  
  523.           },  
  524.           "Newsletter": {  
  525.             "iframe": {  
  526.               "minHeight": "150px"  
  527.             }  
  528.           }  
  529.         },  
  530.         "button": {  
  531.           "default": {  
  532.             "padding": "0.81428em 1.14285em 0.85857em 1.14285em",  
  533.             "textTransform": "uppercase"  
  534.           },  
  535.           "primary": {  
  536.             "backgroundColor": "#ffcc00",  
  537.             "color": "#000000",  
  538.             "&:hover, &:focus": {  
  539.               "color": "#000000",  
  540.               "backgroundColor": "#ffcc00"  
  541.             }  
  542.           },  
  543.           "secondary": {  
  544.             "&:hover, &:focus": {  
  545.               "backgroundColor": "#c5c5c5"  
  546.             }  
  547.           },  
  548.           "inverse": {  
  549.             "&:hover, &:focus": {  
  550.               "backgroundColor": "#e9e9e9"  
  551.             }  
  552.           }  
  553.         },  
  554.         "sectionHeader": {  
  555.           "font": "normal 900 5rem\u002F1 \"Montserrat\", sans-serif",  
  556.           "textTransform": "none",  
  557.           "letterSpacing": "-1.5px",  
  558.           "fontWeight": 900  
  559.         }  
  560.       }  
  561.     },  
  562.     "authSuiteConfig": {  
  563.       "authSuiteEnv": {  
  564.         "adobeUrl": "https:\u002F\u002Fapi.auth.adobe.com",  
  565.         "authSuiteUrl": "https:\u002F\u002Fauth.mtvnservices.com",  
  566.         "isisUrl": "https:\u002F\u002Fmusicjsonpath-a.akamaihd.net",  
  567.         "tveUrl": "https:\u002F\u002Ftve.mtvnservices.com",  
  568.         "xboxUrl": "https:\u002F\u002Fxbox.mtvnservices.com",  
  569.         "providerKeys": [  
  570.           {  
  571.             "providerCode": "virginmedia",  
  572.             "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnKzRgyQk6LhXRfL5eSRitXo0TT52F4VPM2prJQQtApL\u002Fs34a\nDJM7M+9lBIVwAyqSWcEsA7dKDGVq+A1tBmJxgpRBXfjqUkCdOmMzrvATsek\u002FCUE2\nVPxm0kT+sxkxQ6n0qB9\u002FYdetZMkAayPYkM3+a6a4vlSbIkoxNzlQ06bi622hgNBK\nBTGsoK3L60nlZNji1jQ\u002Ftcyo2o0WsL1HCpBR1BWcgdm01846u+WVq41zJi9ea6v2\nU34PuEeMZ3Sm9MMiM6mdRagkJX60dS8DzXTYW29vZojk+QvejrCy3lg40Ku7SsD7\nFjKiAiYgFY07Z7OPZk44gGNsvOAvNLwM3Oj0kQIDAQABAoIBAQCDweonyRupAm2S\ni7U1JV5Fk9GsLB0PxrJGYPZeGNbpVUnoXuH1NVQSZv6jALykTQbqqEMllNyW9Csz\nE8deGSewUpFuP8h\u002FB4ux8H8kXQ2TDr5OQCM68VBfAFrZrxP4\u002FVKcmHB9je1p1oed\nknWrwTB2w6yVk30rJw2gjXjlpXEr3qOFh4QpT\u002FXUzITmZrtkfcST43xmBOCiLsvN\nReT76Zj5QWAhBrXgq9qf14\u002FBwIHtoDDTiQFY99NBmu6oTeFizA+ykMXa0k2c+31P\n8sPEDiGRu1iUMhH4xVWBOOWlVwxnNyXLcRkNKnDxEpSh43k+o2ufDioGd3LW\u002Fvo5\nGKQSvrkJAoGBAMzz8V\u002Fl+aU74P7ltkgjtxMqIqMEhOPaqUnkeWViiqTs7\u002F9BJUap\n5v398zDI1CHlbOpLuypN9vV9Tt649+nb51t1SeJGe15VIUitrlufOFvBoptfgGZY\noP10XxfM2H7dY93115F1iyNow0e23Q8QYajYqyzOdHFvgOZ2PAetI7yTAoGBAMOy\nnq1AR+P+9pQixrpYMX8tZG38SjNPurYL+eyEXXXRzBmrboxMwY07A9n\u002FGmXNLMYP\n+OABECxGG+nfvU3w6i69jePDMI+aDSotVl72rvxWLzcm8zX56OKm0P5DnUdNoF+Z\nriaEPTDAqm8dJdxiCYzW0F2jRG7KmZv\u002F0nsPE2TLAoGALhfSuiGLgpiz4j+hPhoi\nK0I3pff3NxNPLVof3yhJTAwpcXuiOYEufQLm9ZrE8paZZxv\u002FDOWZ294Bpd9tif+1\nyYDYS\u002FZT+oQkxyagZuSpFSG4Qz84LkxScI4CcOTV77o0oo+Omp0X3K\u002FL803x61hg\nzktkO+B2mahdEfeXSpaqydcCgYAUh3lj3VltToLZeWh1hejzWXSuoQe7qEKC9HCs\nYhpX0MFjc\u002Ftt1mN7iFRYGw3O3h4zTNujzBjBPD2TZDg8o+g9LP9khEZk2hlFcmoc\nHi6vI+9iDsD2yZenpy5Hbhpir38CaGG\u002FgqHUqnF2pI0jOFmeH67OE+GK6dABcG3J\nIQS8zwKBgDlLviHdyrGsiM3eUwqbFpHbXuopxvz75MBLU6\u002FXTOzSbUBQBYUD244b\nZKiyiB61Gxh5Q4566SO+sgJBvg9CM20au\u002FgqUV2KpZM7R8zwkxZFIQpvDwQEtISa\ncs58wc9AMoM7haKNDniFfIrds2I1BTtTXjvAsHk5ozwW+PANgxOH\n-----END RSA PRIVATE KEY-----\n"  
  573.           }  
  574.         ]  
  575.       }  
  576.     },  
  577.     "balaExclusionList": [  
  578.       "AT",  
  579.       "BE",  
  580.       "BG",  
  581.       "HR",  
  582.       "CY",  
  583.       "CZ",  
  584.       "DK",  
  585.       "EE",  
  586.       "FI",  
  587.       "FR",  
  588.       "DE",  
  589.       "GR",  
  590.       "HU",  
  591.       "IS",  
  592.       "IE",  
  593.       "IT",  
  594.       "LV",  
  595.       "LT",  
  596.       "LU",  
  597.       "MT",  
  598.       "NL",  
  599.       "NO",  
  600.       "PL",  
  601.       "PT",  
  602.       "RO",  
  603.       "SK",  
  604.       "SI",  
  605.       "ES",  
  606.       "SE",  
  607.       "GB"  
  608.     ],  
  609.     "bentoURL": "https:\u002F\u002Fbtg.mtvnservices.com\u002Faria\u002Fbentojs.js?site=webplex-southpark-cc&v=2.4.1",  
  610.     "featureFlags": {  
  611.       "test2": true,  
  612.       "isContinueWatchingEnabled": true,  
  613.       "test1": true  
  614.     },  
  615.     "edenConfig": null,  
  616.     "helmet": {  
  617.       "helmet": {  
  618.         "base": {  
  619.             
  620.         },  
  621.         "bodyAttributes": {  
  622.             
  623.         },  
  624.         "htmlAttributes": {  
  625.             
  626.         },  
  627.         "link": {  
  628.             
  629.         },  
  630.         "meta": {  
  631.             
  632.         },  
  633.         "noscript": {  
  634.             
  635.         },  
  636.         "script": {  
  637.             
  638.         },  
  639.         "style": {  
  640.             
  641.         },  
  642.         "title": {  
  643.             
  644.         }  
  645.       }  
  646.     }  
  647.   },  
  648.   "children": [  
  649.     {  
  650.       "type": "PageHead",  
  651.       "props": {  
  652.         "title": {  
  653.           "text": "South Park - Season 24 - TV Series | South Park Studios US"  
  654.         },  
  655.         "metaTags": {  
  656.           "items": [  
  657.             {  
  658.               "name": "app_version",  
  659.               "content": "0aec028e7-2090-2020-11-17"  
  660.             },  
  661.             {  
  662.               "name": "robots",  
  663.               "content": "noydir,noodp"  
  664.             },  
  665.             {  
  666.               "name": "viewport",  
  667.               "content": "width=device-width, initial-scale=1user-scalable=1maximum-scale=2"  
  668.             },  
  669.             {  
  670.               "name": "theme-color",  
  671.               "content": "#000000"  
  672.             },  
  673.             {  
  674.               "name": "msapplication-config",  
  675.               "content": "\u002Fbrowserconfig.xml"  
  676.             },  
  677.             {  
  678.               "name": "description",  
  679.               "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventu"  
  680.             },  
  681.             {  
  682.               "name": "original-source",  
  683.               "content": "https:\u002F\u002Fsouthpark.cc.com\u002Fseasons\u002Fsouth-park"  
  684.             },  
  685.             {  
  686.               "name": "video:duration"  
  687.             },  
  688.             {  
  689.               "name": "video:release_date"  
  690.             },  
  691.             {  
  692.               "name": "video:series"  
  693.             },  
  694.             {  
  695.               "property": "search:title",  
  696.               "content": "South Park"  
  697.             },  
  698.             {  
  699.               "property": "search:description",  
  700.               "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures."  
  701.             },  
  702.             {  
  703.               "property": "search:imageUrl",  
  704.               "content": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:2de59510-03a1-4c75-be2c-5618cb5fc220?quality=0.7"  
  705.             },  
  706.             {  
  707.               "property": "search:imageHeight",  
  708.               "content": 1920  
  709.             },  
  710.             {  
  711.               "property": "search:imageWidth",  
  712.               "content": 1280  
  713.             },  
  714.             {  
  715.               "property": "search:imageRatio",  
  716.               "content": "2:3"  
  717.             },  
  718.             {  
  719.               "property": "search:url",  
  720.               "content": "\u002Fseasons\u002Fsouth-park"  
  721.             },  
  722.             {  
  723.               "property": "search:contentType",  
  724.               "content": "Series"  
  725.             },  
  726.             {  
  727.               "property": "search:bucketName",  
  728.               "content": "Series"  
  729.             },  
  730.             {  
  731.               "property": "search:labelName",  
  732.               "content": "Show"  
  733.             }  
  734.           ]  
  735.         },  
  736.         "headerLinks": {  
  737.           "items": [  
  738.             {  
  739.               "rel": "shortcut icon",  
  740.               "href": "\u002Ffavicon.ico",  
  741.               "type": "image\u002Fx-icon"  
  742.             },  
  743.             {  
  744.               "rel": "dns-prefetch",  
  745.               "href": "\u002F\u002Fbtg.mtvnservices.com"  
  746.             },  
  747.             {  
  748.               "rel": "dns-prefetch",  
  749.               "href": "\u002F\u002Fmedia.mtvnservices.com"  
  750.             },  
  751.             {  
  752.               "rel": "dns-prefetch",  
  753.               "href": "\u002F\u002Fmb.mtvnservices.com"  
  754.             },  
  755.             {  
  756.               "rel": "dns-prefetch",  
  757.               "href": "\u002F\u002Fbam.nr-data.net"  
  758.             },  
  759.             {  
  760.               "rel": "dns-prefetch",  
  761.               "href": "\u002F\u002Fsb.scorecardresearch.com"  
  762.             },  
  763.             {  
  764.               "rel": "dns-prefetch",  
  765.               "href": "\u002F\u002Fdpm.demdex.net"  
  766.             },  
  767.             {  
  768.               "rel": "dns-prefetch",  
  769.               "href": "\u002F\u002Fconnect.facebook.net"  
  770.             },  
  771.             {  
  772.               "rel": "dns-prefetch",  
  773.               "href": "\u002F\u002Fwww.googletagmanager.com"  
  774.             },  
  775.             {  
  776.               "rel": "dns-prefetch",  
  777.               "href": "\u002F\u002Fassets.adobetm.com"  
  778.             },  
  779.             {  
  780.               "rel": "apple-touch-icon",  
  781.               "href": "\u002Fapple-touch-icon-57x57.png",  
  782.               "sizes": "57x57"  
  783.             },  
  784.             {  
  785.               "rel": "apple-touch-icon",  
  786.               "href": "\u002Fapple-touch-icon-60x60.png",  
  787.               "sizes": "60x60"  
  788.             },  
  789.             {  
  790.               "rel": "apple-touch-icon",  
  791.               "href": "\u002Fapple-touch-icon-72x72.png",  
  792.               "sizes": "72x72"  
  793.             },  
  794.             {  
  795.               "rel": "apple-touch-icon",  
  796.               "href": "\u002Fapple-touch-icon-76x76.png",  
  797.               "sizes": "76x76"  
  798.             },  
  799.             {  
  800.               "rel": "apple-touch-icon",  
  801.               "href": "\u002Fapple-touch-icon-120x120.png",  
  802.               "sizes": "120x120"  
  803.             },  
  804.             {  
  805.               "rel": "apple-touch-icon",  
  806.               "href": "\u002Fapple-touch-icon-144x144.png",  
  807.               "sizes": "144x144"  
  808.             },  
  809.             {  
  810.               "rel": "apple-touch-icon",  
  811.               "href": "\u002Fapple-touch-icon-152x152.png",  
  812.               "sizes": "152x152"  
  813.             },  
  814.             {  
  815.               "rel": "apple-touch-icon",  
  816.               "href": "\u002Fapple-touch-icon-167x167.png",  
  817.               "sizes": "167x167"  
  818.             },  
  819.             {  
  820.               "rel": "apple-touch-icon",  
  821.               "href": "\u002Fapple-touch-icon-180x180.png",  
  822.               "sizes": "180x180"  
  823.             },  
  824.             {  
  825.               "rel": "apple-touch-icon",  
  826.               "href": "\u002Fapple-touch-icon.png",  
  827.               "sizes": "180x180"  
  828.             },  
  829.             {  
  830.               "rel": "icon",  
  831.               "href": "\u002Ffavicon-16x16.png",  
  832.               "sizes": "16x16",  
  833.               "type": "image\u002Fpng"  
  834.             },  
  835.             {  
  836.               "rel": "icon",  
  837.               "href": "\u002Ffavicon-32x32.png",  
  838.               "sizes": "32x32",  
  839.               "type": "image\u002Fpng"  
  840.             },  
  841.             {  
  842.               "rel": "mask-icon",  
  843.               "href": "\u002Fsafari-pinned-tab.svg",  
  844.               "color": "#000000"  
  845.             },  
  846.             {  
  847.               "rel": "canonical",  
  848.               "href": "https:\u002F\u002Fsouthpark.cc.com\u002Fseasons\u002Fsouth-park"  
  849.             }  
  850.           ]  
  851.         },  
  852.         "ogTags": {  
  853.           "items": [  
  854.             {  
  855.               "property": "og:site_name",  
  856.               "content": "South Park United States"  
  857.             },  
  858.             {  
  859.               "property": "og:image:type",  
  860.               "content": "image\u002Fjpeg"  
  861.             },  
  862.             {  
  863.               "property": "og:image:width",  
  864.               "content": "640"  
  865.             },  
  866.             {  
  867.               "property": "og:image:height",  
  868.               "content": "360"  
  869.             },  
  870.             {  
  871.               "property": "og:description",  
  872.               "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures."  
  873.             },  
  874.             {  
  875.               "property": "og:title",  
  876.               "content": "South Park - Season 24 - TV Series | South Park Studios US"  
  877.             },  
  878.             {  
  879.               "property": "og:image",  
  880.               "content": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:2de59510-03a1-4c75-be2c-5618cb5fc220?quality=0.7"  
  881.             },  
  882.             {  
  883.               "property": "og:url",  
  884.               "content": "https:\u002F\u002Fsouthpark.cc.com\u002Fseasons\u002Fsouth-park"  
  885.             },  
  886.             {  
  887.               "property": "og:type",  
  888.               "content": "video.tv_show"  
  889.             }  
  890.           ]  
  891.         },  
  892.         "twitterCards": {  
  893.           "items": [  
  894.             {  
  895.               "name": "twitter:card",  
  896.               "content": "summary_large_image"  
  897.             },  
  898.             {  
  899.               "name": "twitter:description",  
  900.               "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures."  
  901.             },  
  902.             {  
  903.               "name": "twitter:title",  
  904.               "content": "South Park - Season 24 - TV Series | South Park Studios US"  
  905.             },  
  906.             {  
  907.               "name": "twitter:image",  
  908.               "content": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:2de59510-03a1-4c75-be2c-5618cb5fc220?quality=0.7"  
  909.             }  
  910.           ]  
  911.         },  
  912.         "platformMetaTags": {  
  913.           "items": [  
  914.               
  915.           ]  
  916.         },  
  917.         "googleTagManagerConfig": {  
  918.             
  919.         },  
  920.         "newRelicConfig": {  
  921.           "appId": "284742914",  
  922.           "licenseKey": "1ac7d5dd09",  
  923.           "accountId": "1519096",  
  924.           "trustKey": "2321606"  
  925.         },  
  926.         "adobeLaunchConfig": {  
  927.           "isAdobeLaunchEnabled": true,  
  928.           "adobeLaunchSrc": "\u002F\u002Fassets.adobedtm.com\u002Flaunch-EN81b21777729747bfa36a45dcc011edff.min.js"  
  929.         },  
  930.         "bentoIsDisabled": false,  
  931.         "projectXConfig": {  
  932.           "region": "us"  
  933.         },  
  934.         "isNS1ScriptEnabled": true,  
  935.         "isOutbrainScriptEnabled": false,  
  936.         "userAccountConfig": {  
  937.           "isUserAccountEnabled": true,  
  938.           "userAccountScript": "https:\u002F\u002Fstage-southpark-cc-com.webplex.vmn.io\u002Faccount\u002FuserIconStateToggle.min.js"  
  939.         },  
  940.         "isAudioEyeEnabled": false,  
  941.         "adobeLaunchScript": ""  
  942.       }  
  943.     },  
  944.     {  
  945.       "type": "Anchor",  
  946.       "props": {  
  947.         "sectionName": "top"  
  948.       }  
  949.     },  
  950.     {  
  951.       "type": "Search",  
  952.       "props": {  
  953.         "trendingResults": [  
  954.           {  
  955.             "type": "video",  
  956.             "id": "4f118529-036b-11eb-834d-70df2f866ace",  
  957.             "media": {  
  958.               "badge": {  
  959.                 "title": "Video"  
  960.               },  
  961.               "duration": "02:53",  
  962.               "image": {  
  963.                 "id": "bab6c159-8670-4296-8eed-0f8912941913",  
  964.                 "width": 1920,  
  965.                 "height": 1080,  
  966.                 "aspectRatio": "16:9",  
  967.                 "resizable": false,  
  968.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc02-cartmans-pandemic-song-1920x1080.jpg",  
  969.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:bab6c159-8670-4296-8eed-0f8912941913?quality=0.7",  
  970.                 "shortId": "zqksb3",  
  971.                 "imageCredits": [  
  972.                     
  973.                 ]  
  974.               },  
  975.               "authorization": null,  
  976.               "lockedLabel": null  
  977.             },  
  978.             "meta": {  
  979.               "label": [  
  980.                 {  
  981.                   "title": "South Park"  
  982.                 },  
  983.                 {  
  984.                   "title": "S24 E1"  
  985.                 }  
  986.               ],  
  987.               "header": {  
  988.                 "title": "Cartman's Pandemic Song"  
  989.               },  
  990.               "subHeader": null,  
  991.               "date": "09\u002F30\u002F2020",  
  992.               "description": "Cartman sings about all the ways the pandemic has made his life better."  
  993.             },  
  994.             "url": "\u002Fvideo-clips\u002F73zxz0\u002Fsouth-park-cartman-s-pandemic-song",  
  995.             "ariaLabel": null  
  996.           },  
  997.           {  
  998.             "type": "video",  
  999.             "id": "3cebaf34-036d-11eb-834d-70df2f866ace",  
  1000.             "media": {  
  1001.               "badge": {  
  1002.                 "title": "Video"  
  1003.               },  
  1004.               "duration": "01:11",  
  1005.               "image": {  
  1006.                 "id": "e693312e-f158-449a-8051-d7810e623f6d",  
  1007.                 "width": 1920,  
  1008.                 "height": 1080,  
  1009.                 "aspectRatio": "16:9",  
  1010.                 "resizable": false,  
  1011.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc12-trust-me-jimbo-1920x1080_fix.jpg",  
  1012.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:e693312e-f158-449a-8051-d7810e623f6d?quality=0.7",  
  1013.                 "shortId": "846gkj",  
  1014.                 "imageCredits": [  
  1015.                     
  1016.                 ]  
  1017.               },  
  1018.               "authorization": null,  
  1019.               "lockedLabel": null  
  1020.             },  
  1021.             "meta": {  
  1022.               "label": [  
  1023.                 {  
  1024.                   "title": "South Park"  
  1025.                 },  
  1026.                 {  
  1027.                   "title": "S24 E1"  
  1028.                 }  
  1029.               ],  
  1030.               "header": {  
  1031.                 "title": "Trust Me, Jimbo"  
  1032.               },  
  1033.               "subHeader": null,  
  1034.               "date": "09\u002F30\u002F2020",  
  1035.               "description": "Thinking he has found a cure to the Covid-19 pandemic, Randy tests his theory on a bed-ridden Jimbo."  
  1036.             },  
  1037.             "url": "\u002Fvideo-clips\u002Fkko3om\u002Fsouth-park-trust-me-jimbo",  
  1038.             "ariaLabel": null  
  1039.           },  
  1040.           {  
  1041.             "type": "video",  
  1042.             "id": "24240bbe-036b-11eb-834d-70df2f866ace",  
  1043.             "media": {  
  1044.               "badge": {  
  1045.                 "title": "Video"  
  1046.               },  
  1047.               "duration": "01:21",  
  1048.               "image": {  
  1049.                 "id": "a7d7e1de-8f0a-4905-952f-1b48e186c695",  
  1050.                 "width": 1920,  
  1051.                 "height": 1080,  
  1052.                 "aspectRatio": "16:9",  
  1053.                 "resizable": false,  
  1054.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc10-south-park-elementary-on-lock-down-1920x1080.jpg",  
  1055.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:a7d7e1de-8f0a-4905-952f-1b48e186c695?quality=0.7",  
  1056.                 "shortId": "pgb7u3",  
  1057.                 "imageCredits": [  
  1058.                     
  1059.                 ]  
  1060.               },  
  1061.               "authorization": null,  
  1062.               "lockedLabel": null  
  1063.             },  
  1064.             "meta": {  
  1065.               "label": [  
  1066.                 {  
  1067.                   "title": "South Park"  
  1068.                 },  
  1069.                 {  
  1070.                   "title": "S24 E1"  
  1071.                 }  
  1072.               ],  
  1073.               "header": {  
  1074.                 "title": "South Park Elementary on Lock Down"  
  1075.               },  
  1076.               "subHeader": null,  
  1077.               "date": "09\u002F30\u002F2020",  
  1078.               "description": "Mr. Mackey informs the families about a Covid-19 exposure at the school. Meanwhile, the kids learn they will have to stay at school for two weeks, in quarantine."  
  1079.             },  
  1080.             "url": "\u002Fvideo-clips\u002Fneit8h\u002Fsouth-park-south-park-elementary-on-lock-down",  
  1081.             "ariaLabel": null  
  1082.           },  
  1083.           {  
  1084.             "type": "video",  
  1085.             "id": "ec397bbe-036c-11eb-834d-70df2f866ace",  
  1086.             "media": {  
  1087.               "badge": {  
  1088.                 "title": "Video"  
  1089.               },  
  1090.               "duration": "01:06",  
  1091.               "image": {  
  1092.                 "id": "827db9ae-1645-447e-9c82-15664496a264",  
  1093.                 "width": 1920,  
  1094.                 "height": 1080,  
  1095.                 "aspectRatio": "16:9",  
  1096.                 "resizable": false,  
  1097.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc14-randy-homeade-covid-cure-1920x1080.jpg",  
  1098.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:827db9ae-1645-447e-9c82-15664496a264?quality=0.7",  
  1099.                 "shortId": "74t4d1",  
  1100.                 "imageCredits": [  
  1101.                     
  1102.                 ]  
  1103.               },  
  1104.               "authorization": null,  
  1105.               "lockedLabel": null  
  1106.             },  
  1107.             "meta": {  
  1108.               "label": [  
  1109.                 {  
  1110.                   "title": "South Park"  
  1111.                 },  
  1112.                 {  
  1113.                   "title": "S24 E1"  
  1114.                 }  
  1115.               ],  
  1116.               "header": {  
  1117.                 "title": "Randy's Homemade Covid-19 Cure"  
  1118.               },  
  1119.               "subHeader": null,  
  1120.               "date": "09\u002F30\u002F2020",  
  1121.               "description": "With Jimbo feeling better, Randy is sure he's figured out how to get the \"cure\" to everyone in South Park."  
  1122.             },  
  1123.             "url": "\u002Fvideo-clips\u002Fgqxbt5\u002Fsouth-park-randy-s-homemade-covid-19-cure",  
  1124.             "ariaLabel": null  
  1125.           },  
  1126.           {  
  1127.             "type": "video",  
  1128.             "id": "21d9fe87-0369-11eb-834d-70df2f866ace",  
  1129.             "media": {  
  1130.               "badge": {  
  1131.                 "title": "Video"  
  1132.               },  
  1133.               "duration": "02:52",  
  1134.               "image": {  
  1135.                 "id": "f32feab5-4d3c-475f-99c0-5a2afd3a5e00",  
  1136.                 "width": 1920,  
  1137.                 "height": 1080,  
  1138.                 "aspectRatio": "16:9",  
  1139.                 "resizable": false,  
  1140.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc01-protesting-or-rioting-1920x1080.jpg",  
  1141.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:f32feab5-4d3c-475f-99c0-5a2afd3a5e00?quality=0.7",  
  1142.                 "shortId": "50v05q",  
  1143.                 "imageCredits": [  
  1144.                     
  1145.                 ]  
  1146.               },  
  1147.               "authorization": null,  
  1148.               "lockedLabel": null  
  1149.             },  
  1150.             "meta": {  
  1151.               "label": [  
  1152.                 {  
  1153.                   "title": "South Park"  
  1154.                 },  
  1155.                 {  
  1156.                   "title": "S24 E1"  
  1157.                 }  
  1158.               ],  
  1159.               "header": {  
  1160.                 "title": "Are We Protesting or Are We Rioting?"  
  1161.               },  
  1162.               "subHeader": null,  
  1163.               "date": "09\u002F30\u002F2020",  
  1164.               "description": "Randy invites the whole town to be Together With Tegridy. Meanwhile, Sharon thinks he is being selfish."  
  1165.             },  
  1166.             "url": "\u002Fvideo-clips\u002Fyhhr4b\u002Fsouth-park-are-we-protesting-or-are-we-rioting",  
  1167.             "ariaLabel": null  
  1168.           },  
  1169.           {  
  1170.             "type": "video",  
  1171.             "id": "671419a9-036c-11eb-834d-70df2f866ace",  
  1172.             "media": {  
  1173.               "badge": {  
  1174.                 "title": "Video"  
  1175.               },  
  1176.               "duration": "03:08",  
  1177.               "image": {  
  1178.                 "id": "a3efb778-fc04-46b3-9270-86f7213c32bc",  
  1179.                 "width": 1920,  
  1180.                 "height": 1080,  
  1181.                 "aspectRatio": "16:9",  
  1182.                 "resizable": false,  
  1183.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc16-is-that-a-mustache-1920x1080.jpg",  
  1184.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:a3efb778-fc04-46b3-9270-86f7213c32bc?quality=0.7",  
  1185.                 "shortId": "xfg4i6",  
  1186.                 "imageCredits": [  
  1187.                     
  1188.                 ]  
  1189.               },  
  1190.               "authorization": null,  
  1191.               "lockedLabel": null  
  1192.             },  
  1193.             "meta": {  
  1194.               "label": [  
  1195.                 {  
  1196.                   "title": "South Park"  
  1197.                 },  
  1198.                 {  
  1199.                   "title": "S24 E1"  
  1200.                 }  
  1201.               ],  
  1202.               "header": {  
  1203.                 "title": "Is That a Mustache?"  
  1204.               },  
  1205.               "subHeader": null,  
  1206.               "date": "09\u002F30\u002F2020",  
  1207.               "description": "Jimbo's recovery takes a turn for the worse when he develops a new symptom. Meanwhile Dr. Fauci arrives to offer advice to the residents of South Park."  
  1208.             },  
  1209.             "url": "\u002Fvideo-clips\u002Fcicmv4\u002Fsouth-park-is-that-a-mustache",  
  1210.             "ariaLabel": null  
  1211.           },  
  1212.           {  
  1213.             "type": "video",  
  1214.             "id": "8e910d2b-036d-11eb-834d-70df2f866ace",  
  1215.             "media": {  
  1216.               "badge": {  
  1217.                 "title": "Video"  
  1218.               },  
  1219.               "duration": "01:31",  
  1220.               "image": {  
  1221.                 "id": "8f6540e3-c732-4fee-b42e-e4fd52caede5",  
  1222.                 "width": 1920,  
  1223.                 "height": 1080,  
  1224.                 "aspectRatio": "16:9",  
  1225.                 "resizable": false,  
  1226.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc22-its-time-everyone-knew-what-started-the-pandemic-1920x1080.jpg",  
  1227.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:8f6540e3-c732-4fee-b42e-e4fd52caede5?quality=0.7",  
  1228.                 "shortId": "kswr2n",  
  1229.                 "imageCredits": [  
  1230.                     
  1231.                 ]  
  1232.               },  
  1233.               "authorization": null,  
  1234.               "lockedLabel": null  
  1235.             },  
  1236.             "meta": {  
  1237.               "label": [  
  1238.                 {  
  1239.                   "title": "South Park"  
  1240.                 },  
  1241.                 {  
  1242.                   "title": "S24 E1"  
  1243.                 }  
  1244.               ],  
  1245.               "header": {  
  1246.                 "title": "It's Time Everyone Knew What Started the Pandemic"  
  1247.               },  
  1248.               "subHeader": null,  
  1249.               "date": "09\u002F30\u002F2020",  
  1250.               "description": "Randy decides to come clean about his role in the pandemic, but changes his mind after talking to Sharon."  
  1251.             },  
  1252.             "url": "\u002Fvideo-clips\u002F8hdo7o\u002Fsouth-park-it-s-time-everyone-knew-what-started-the-pandemic",  
  1253.             "ariaLabel": null  
  1254.           },  
  1255.           {  
  1256.             "type": "video",  
  1257.             "id": "935ed9c9-036c-11eb-834d-70df2f866ace",  
  1258.             "media": {  
  1259.               "badge": {  
  1260.                 "title": "Video"  
  1261.               },  
  1262.               "duration": "02:10",  
  1263.               "image": {  
  1264.                 "id": "d90e707d-4b52-41c7-8531-bcec94a69dfb",  
  1265.                 "width": 1920,  
  1266.                 "height": 1080,  
  1267.                 "aspectRatio": "16:9",  
  1268.                 "resizable": false,  
  1269.                 "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc17-we-have-to-get-out-of-here-1920x1080.jpg",  
  1270.                 "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:d90e707d-4b52-41c7-8531-bcec94a69dfb?quality=0.7",  
  1271.                 "shortId": "6ltqmj",  
  1272.                 "imageCredits": [  
  1273.                     
  1274.                 ]  
  1275.               },  
  1276.               "authorization": null,  
  1277.               "lockedLabel": null  
  1278.             },  
  1279.             "meta": {  
  1280.               "label": [  
  1281.                 {  
  1282.                   "title": "South Park"  
  1283.                 },  
  1284.                 {  
  1285.                   "title": "S24 E1"  
  1286.                 }  
  1287.               ],  
  1288.               "header": {  
  1289.                 "title": "We Have to Get Out of Here"  
  1290.               },  
  1291.               "subHeader": null,  
  1292.               "date": "09\u002F30\u002F2020",  
  1293.               "description": "Stan hatches a plan to bust everyone out of school lockdown and get back to normal. Cartman has a different idea of what normal is."  
  1294.             },  
  1295.             "url": "\u002Fvideo-clips\u002Fkt5e9x\u002Fsouth-park-we-have-to-get-out-of-here",  
  1296.             "ariaLabel": null  
  1297.           }  
  1298.         ],  
  1299.         "seriesTrendingResults": null,  
  1300.         "seasonLabel": "Season",  
  1301.         "episodeLabel": "Ep",  
  1302.         "searchURL": "\u002Fapi\u002Fsearch",  
  1303.         "tabs": [  
  1304.           {  
  1305.             "label": "All Results",  
  1306.             "bucket": "All"  
  1307.           },  
  1308.           {  
  1309.             "label": "Seasons",  
  1310.             "bucket": "Series"  
  1311.           },  
  1312.           {  
  1313.             "label": "Episodes",  
  1314.             "bucket": "Episode"  
  1315.           },  
  1316.           {  
  1317.             "label": "Clips",  
  1318.             "bucket": "Video"  
  1319.           },  
  1320.           {  
  1321.             "label": "News",  
  1322.             "bucket": "Article"  
  1323.           }  
  1324.         ],  
  1325.         "failedResultText": "We can't find that, but give one of these a try",  
  1326.         "header": "Trending",  
  1327.         "placeHolderText": "What are you looking for?",  
  1328.         "showId": "27964d3c-ecfd-11e0-aca6-0026b9414f30",  
  1329.         "closeLabel": "Close",  
  1330.         "thisShowLabel": "This Show",  
  1331.         "wholeSiteLabel": "Whole Site",  
  1332.         "isSearchSeriesEnabled": false,  
  1333.         "defaultImage": {  
  1334.           "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:file:gsp:entertainment-assets:\u002Fwebplex\u002Fsite\u002Fsouthpark\u002Fimages\u002Fsouthpark_missing_1920x1080.jpg",  
  1335.           "height": 1080,  
  1336.           "width": 1920  
  1337.         }  
  1338.       }  
  1339.     },  
  1340.     {  
  1341.       "type": "Ad",  
  1342.       "props": {  
  1343.         "adSizes": [  
  1344.             
  1345.         ]  
  1346.       }  
  1347.     },  
  1348.     {  
  1349.       "type": "GlobalMessageBar",  
  1350.       "props": {  
  1351.           
  1352.       }  
  1353.     },  
  1354.     {  
  1355.       "type": "MainContainer",  
  1356.       "children": [  
  1357.         {  
  1358.           "type": "Ad",  
  1359.           "props": {  
  1360.             "adSizes": [  
  1361.               "1x1"  
  1362.             ],  
  1363.             "dataRefreshRate": "0",  
  1364.             "adLabel": "ADVERTISEMENT"  
  1365.           }  
  1366.         },  
  1367.         {  
  1368.           "type": "SeriesHeaderV2",  
  1369.           "props": {  
  1370.             "className": "header--series-main",  
  1371.             "logo": {  
  1372.               "ariaLabel": "South Park Studios US home",  
  1373.               "url": "\u002F"  
  1374.             },  
  1375.             "mainNav": {  
  1376.               "items": [  
  1377.                 {  
  1378.                   "title": "Full Episodes",  
  1379.                   "url": "\u002Fseasons\u002Fsouth-park",  
  1380.                   "seeAllLinkText": "Full Episodes",  
  1381.                   "entries": [  
  1382.                     {  
  1383.                       "title": "Free Episodes",  
  1384.                       "url": "\u002Fepisodes",  
  1385.                       "entries": [  
  1386.                           
  1387.                       ]  
  1388.                     },  
  1389.                     {  
  1390.                       "title": "Collections",  
  1391.                       "url": "\u002Fcollections",  
  1392.                       "entries": [  
  1393.                           
  1394.                       ]  
  1395.                     },  
  1396.                     {  
  1397.                       "title": "Random Episode",  
  1398.                       "url": "\u002Frandom-episode",  
  1399.                       "entries": [  
  1400.                           
  1401.                       ]  
  1402.                     },  
  1403.                     {  
  1404.                       "title": "Episodios en Español",  
  1405.                       "url": "\u002Fes\u002Fseasons\u002Fsouth-park",  
  1406.                       "entries": [  
  1407.                           
  1408.                       ]  
  1409.                     }  
  1410.                   ]  
  1411.                 },  
  1412.                 {  
  1413.                   "title": "Wiki",  
  1414.                   "url": "\u002Fwiki",  
  1415.                   "entries": [  
  1416.                       
  1417.                   ]  
  1418.                 },  
  1419.                 {  
  1420.                   "title": "News",  
  1421.                   "url": "\u002Fnews",  
  1422.                   "entries": [  
  1423.                       
  1424.                   ]  
  1425.                 },  
  1426.                 {  
  1427.                   "title": "Avatar",  
  1428.                   "url": "\u002Finfo\u002Flv0nha\u002Favatar",  
  1429.                   "entries": [  
  1430.                       
  1431.                   ]  
  1432.                 },  
  1433.                 {  
  1434.                   "title": "Shop",  
  1435.                   "url": "https:\u002F\u002Fwww.southparkshop.com\u002F?utm_source=southpark&utm_medium=referral&utm_campaign=southpar-navigation",  
  1436.                   "entries": [  
  1437.                       
  1438.                   ]  
  1439.                 },  
  1440.                 {  
  1441.                   "title": "Forum",  
  1442.                   "url": "\u002Fforum",  
  1443.                   "entries": [  
  1444.                       
  1445.                   ]  
  1446.                 },  
  1447.                 {  
  1448.                   "title": "More",  
  1449.                   "url": "#",  
  1450.                   "entries": [  
  1451.                     {  
  1452.                       "title": "Games",  
  1453.                       "url": "\u002Fgames",  
  1454.                       "entries": [  
  1455.                           
  1456.                       ]  
  1457.                     },  
  1458.                     {  
  1459.                       "title": "Tegridy Farms",  
  1460.                       "url": "https:\u002F\u002Fcart.mn\u002Ftgdf",  
  1461.                       "isPopUp": "true",  
  1462.                       "entries": [  
  1463.                           
  1464.                       ]  
  1465.                     },  
  1466.                     {  
  1467.                       "title": "The Book of Mormon",  
  1468.                       "url": "https:\u002F\u002Fcart.mn\u002Fbom",  
  1469.                       "isPopUp": "true",  
  1470.                       "entries": [  
  1471.                           
  1472.                       ]  
  1473.                     }  
  1474.                   ]  
  1475.                 }  
  1476.               ]  
  1477.             },  
  1478.             "hamburgerNav": {  
  1479.               "socialLinks": null,  
  1480.               "items": [  
  1481.                 {  
  1482.                   "url": "\u002F",  
  1483.                   "title": "Home"  
  1484.                 },  
  1485.                 {  
  1486.                   "title": "Account",  
  1487.                   "url": "\u002Faccount",  
  1488.                   "icon": "user",  
  1489.                   "hamburgerDisplay": "true",  
  1490.                   "entries": [  
  1491.                       
  1492.                   ]  
  1493.                 },  
  1494.                 {  
  1495.                   "title": "Full Episodes",  
  1496.                   "url": "\u002Fseasons\u002Fsouth-park",  
  1497.                   "seeAllLinkText": "Full Episodes",  
  1498.                   "entries": [  
  1499.                     {  
  1500.                       "title": "Free Episodes",  
  1501.                       "url": "\u002Fepisodes",  
  1502.                       "entries": [  
  1503.                           
  1504.                       ]  
  1505.                     },  
  1506.                     {  
  1507.                       "title": "Collections",  
  1508.                       "url": "\u002Fcollections",  
  1509.                       "entries": [  
  1510.                           
  1511.                       ]  
  1512.                     },  
  1513.                     {  
  1514.                       "title": "Random Episode",  
  1515.                       "url": "\u002Frandom-episode",  
  1516.                       "entries": [  
  1517.                           
  1518.                       ]  
  1519.                     },  
  1520.                     {  
  1521.                       "title": "Episodios en Español",  
  1522.                       "url": "\u002Fes\u002Fseasons\u002Fsouth-park",  
  1523.                       "entries": [  
  1524.                           
  1525.                       ]  
  1526.                     }  
  1527.                   ]  
  1528.                 },  
  1529.                 {  
  1530.                   "title": "Wiki",  
  1531.                   "url": "\u002Fwiki",  
  1532.                   "entries": [  
  1533.                       
  1534.                   ]  
  1535.                 },  
  1536.                 {  
  1537.                   "title": "News",  
  1538.                   "url": "\u002Fnews",  
  1539.                   "entries": [  
  1540.                       
  1541.                   ]  
  1542.                 },  
  1543.                 {  
  1544.                   "title": "Avatar",  
  1545.                   "url": "\u002Finfo\u002Flv0nha\u002Favatar",  
  1546.                   "entries": [  
  1547.                       
  1548.                   ]  
  1549.                 },  
  1550.                 {  
  1551.                   "title": "Shop",  
  1552.                   "url": "https:\u002F\u002Fwww.southparkshop.com\u002F?utm_source=southpark&utm_medium=referral&utm_campaign=southpar-navigation",  
  1553.                   "entries": [  
  1554.                       
  1555.                   ]  
  1556.                 },  
  1557.                 {  
  1558.                   "title": "Forum",  
  1559.                   "url": "\u002Fforum",  
  1560.                   "entries": [  
  1561.                       
  1562.                   ]  
  1563.                 },  
  1564.                 {  
  1565.                   "title": "More",  
  1566.                   "url": "#",  
  1567.                   "entries": [  
  1568.                     {  
  1569.                       "title": "Games",  
  1570.                       "url": "\u002Fgames",  
  1571.                       "entries": [  
  1572.                           
  1573.                       ]  
  1574.                     },  
  1575.                     {  
  1576.                       "title": "Tegridy Farms",  
  1577.                       "url": "https:\u002F\u002Fcart.mn\u002Ftgdf",  
  1578.                       "isPopUp": "true",  
  1579.                       "entries": [  
  1580.                           
  1581.                       ]  
  1582.                     },  
  1583.                     {  
  1584.                       "title": "The Book of Mormon",  
  1585.                       "url": "https:\u002F\u002Fcart.mn\u002Fbom",  
  1586.                       "isPopUp": "true",  
  1587.                       "entries": [  
  1588.                           
  1589.                       ]  
  1590.                     }  
  1591.                   ]  
  1592.                 }  
  1593.               ]  
  1594.             },  
  1595.             "seriesNav": {  
  1596.               "title": "South Park",  
  1597.               "url": "#top",  
  1598.               "menuLabel": "Menu",  
  1599.               "items": [  
  1600.                 {  
  1601.                   "title": "Episodes & Videos",  
  1602.                   "url": "#video-guide",  
  1603.                   "className": "videos"  
  1604.                 },  
  1605.                 {  
  1606.                   "title": "News",  
  1607.                   "url": "#news",  
  1608.                   "className": "news"  
  1609.                 },  
  1610.                 {  
  1611.                   "title": "About",  
  1612.                   "url": "#about",  
  1613.                   "className": "about"  
  1614.                 }  
  1615.               ]  
  1616.             },  
  1617.             "search": {  
  1618.               "isEnabled": true,  
  1619.               "ariaLabel": "Search"  
  1620.             }  
  1621.           }  
  1622.         },  
  1623.         {  
  1624.           "type": "LineList",  
  1625.           "props": {  
  1626.             "type": "massive",  
  1627.             "items": [  
  1628.               {  
  1629.                 "apps": null,  
  1630.                 "beltWrap": null,  
  1631.                 "id": "fbae4904-d531-4a68-abb4-a0e98b6535c8",  
  1632.                 "sponsorship": null,  
  1633.                 "ariaLabel": null,  
  1634.                 "meta": {  
  1635.                   "buttons": [  
  1636.                     {  
  1637.                       "title": "FREE EPISODES",  
  1638.                       "url": "\u002Fepisodes",  
  1639.                       "isPopUp": false  
  1640.                     }  
  1641.                   ],  
  1642.                   "description": "",  
  1643.                   "dropdown": null,  
  1644.                   "header": {  
  1645.                     "title": "",  
  1646.                     "weight": 1  
  1647.                   },  
  1648.                   "label": null,  
  1649.                   "social": null,  
  1650.                   "subHeader": null,  
  1651.                   "itemAriaLabel": null  
  1652.                 },  
  1653.                 "media": {  
  1654.                   "video": {  
  1655.                     "assets": [  
  1656.                       {  
  1657.                         "url": "\u002Fassets-repository\u002Fsouthpark\u002Fsouthpark.cc.com\u002F2401_Cartman_homepage_1920x1080.mp4",  
  1658.                         "bitRate": 5159,  
  1659.                         "width": 1920,  
  1660.                         "height": 1080  
  1661.                       },  
  1662.                       {  
  1663.                         "url": "\u002Fassets-repository\u002Fsouthpark\u002Fsouthpark.cc.com\u002F2401_Cartman_homepage_640x360.mp4",  
  1664.                         "bitRate": 914,  
  1665.                         "width": 640,  
  1666.                         "height": 360  
  1667.                       }  
  1668.                     ]  
  1669.                   }  
  1670.                 }  
  1671.               }  
  1672.             ],  
  1673.             "moduleType": "inverse",  
  1674.             "defaultImage": {  
  1675.               "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:file:gsp:entertainment-assets:\u002Fwebplex\u002Fsite\u002Fsouthpark\u002Fimages\u002Fsouthpark_missing_1920x1080.jpg",  
  1676.               "height": 1080,  
  1677.               "width": 1920  
  1678.             }  
  1679.           }  
  1680.         },  
  1681.         {  
  1682.           "type": "SeriesSubNav",  
  1683.           "props": {  
  1684.             "className": "tier2-nav",  
  1685.             "items": [  
  1686.               {  
  1687.                 "title": "Episodes & Videos",  
  1688.                 "url": "#video-guide",  
  1689.                 "className": "videos"  
  1690.               },  
  1691.               {  
  1692.                 "title": "News",  
  1693.                 "url": "#news",  
  1694.                 "className": "news"  
  1695.               },  
  1696.               {  
  1697.                 "title": "About",  
  1698.                 "url": "#about",  
  1699.                 "className": "about"  
  1700.               }  
  1701.             ]  
  1702.           }  
  1703.         },  
  1704.         {  
  1705.           "type": "LineList",  
  1706.           "props": {  
  1707.             "type": "promos",  
  1708.             "isGrid": true,  
  1709.             "items": [  
  1710.                 
  1711.             ],  
  1712.             "itemSize": "small",  
  1713.             "moduleType": "inverse",  
  1714.             "defaultImage": {  
  1715.               "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:file:gsp:entertainment-assets:\u002Fwebplex\u002Fsite\u002Fsouthpark\u002Fimages\u002Fsouthpark_missing_1920x1080.jpg",  
  1716.               "height": 1080,  
  1717.               "width": 1920  
  1718.             }  
  1719.           }  
  1720.         },  
  1721.         {  
  1722.           "type": "Ad",  
  1723.           "props": {  
  1724.             "adLabel": "ADVERTISEMENT"  
  1725.           }  
  1726.         },  
  1727.         {  
  1728.           "type": "Ad",  
  1729.           "props": {  
  1730.             "adLabel": "ADVERTISEMENT"  
  1731.           }  
  1732.         },  
  1733.         {  
  1734.           "type": "Anchor",  
  1735.           "props": {  
  1736.             "sectionName": "video-guide"  
  1737.           }  
  1738.         },  
  1739.         {  
  1740.           "type": "SeasonSelector",  
  1741.           "props": {  
  1742.             "selectedIndex": 0,  
  1743.             "items": [  
  1744.               {  
  1745.                 "label": "Season 24",  
  1746.                 "url": null  
  1747.               },  
  1748.               {  
  1749.                 "label": "Season 23",  
  1750.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fyd9e68\u002Fseason-23"  
  1751.               },  
  1752.               {  
  1753.                 "label": "Season 22",  
  1754.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fwcj3pl\u002Fseason-22"  
  1755.               },  
  1756.               {  
  1757.                 "label": "Season 21",  
  1758.                 "url": "\u002Fseasons\u002Fsouth-park\u002Foid99e\u002Fseason-21"  
  1759.               },  
  1760.               {  
  1761.                 "label": "Season 20",  
  1762.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fcysw6o\u002Fseason-20"  
  1763.               },  
  1764.               {  
  1765.                 "label": "Season 19",  
  1766.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fbl4xrv\u002Fseason-19"  
  1767.               },  
  1768.               {  
  1769.                 "label": "Season 18",  
  1770.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fkrtuuh\u002Fseason-18"  
  1771.               },  
  1772.               {  
  1773.                 "label": "Season 17",  
  1774.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fxndhzz\u002Fseason-17"  
  1775.               },  
  1776.               {  
  1777.                 "label": "Season 16",  
  1778.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fjray0n\u002Fseason-16"  
  1779.               },  
  1780.               {  
  1781.                 "label": "Season 15",  
  1782.                 "url": "\u002Fseasons\u002Fsouth-park\u002Flpr4hd\u002Fseason-15"  
  1783.               },  
  1784.               {  
  1785.                 "label": "Season 14",  
  1786.                 "url": "\u002Fseasons\u002Fsouth-park\u002F328guw\u002Fseason-14"  
  1787.               },  
  1788.               {  
  1789.                 "label": "Season 13",  
  1790.                 "url": "\u002Fseasons\u002Fsouth-park\u002Ft4vdby\u002Fseason-13"  
  1791.               },  
  1792.               {  
  1793.                 "label": "Season 12",  
  1794.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fgfstdd\u002Fseason-12"  
  1795.               },  
  1796.               {  
  1797.                 "label": "Season 11",  
  1798.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fw0sorw\u002Fseason-11"  
  1799.               },  
  1800.               {  
  1801.                 "label": "Season 10",  
  1802.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fs6x4l8\u002Fseason-10"  
  1803.               },  
  1804.               {  
  1805.                 "label": "Season 9",  
  1806.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fz7qxgq\u002Fseason-9"  
  1807.               },  
  1808.               {  
  1809.                 "label": "Season 8",  
  1810.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fehqdq0\u002Fseason-8"  
  1811.               },  
  1812.               {  
  1813.                 "label": "Season 7",  
  1814.                 "url": "\u002Fseasons\u002Fsouth-park\u002F9ooeyv\u002Fseason-7"  
  1815.               },  
  1816.               {  
  1817.                 "label": "Season 6",  
  1818.                 "url": "\u002Fseasons\u002Fsouth-park\u002F4kea2v\u002Fseason-6"  
  1819.               },  
  1820.               {  
  1821.                 "label": "Season 5",  
  1822.                 "url": "\u002Fseasons\u002Fsouth-park\u002F2emiow\u002Fseason-5"  
  1823.               },  
  1824.               {  
  1825.                 "label": "Season 4",  
  1826.                 "url": "\u002Fseasons\u002Fsouth-park\u002Febik79\u002Fseason-4"  
  1827.               },  
  1828.               {  
  1829.                 "label": "Season 3",  
  1830.                 "url": "\u002Fseasons\u002Fsouth-park\u002F194tqq\u002Fseason-3"  
  1831.               },  
  1832.               {  
  1833.                 "label": "Season 2",  
  1834.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fcfnwds\u002Fseason-2"  
  1835.               },  
  1836.               {  
  1837.                 "label": "Season 1",  
  1838.                 "url": "\u002Fseasons\u002Fsouth-park\u002Fyjy8n9\u002Fseason-1"  
  1839.               }  
  1840.             ],  
  1841.             "btnAriaLabel": "select season"  
  1842.           }  
  1843.         },  
  1844.         {  
  1845.           "type": "LineList",  
  1846.           "props": {  
  1847.             "type": "video-guide",  
  1848.             "isGrid": true,  
  1849.             "filters": {  
  1850.               "items": [  
  1851.                 {  
  1852.                   "label": "Full Episodes",  
  1853.                   "url": "\u002Fapi\u002Fcontext\u002Fmgid%3Aarc%3Aseason%3Asouthparkstudios.com%3A3ab1469d-f582-11ea-834d-70df2f866ace\u002Fepisode\u002F1\u002F10\u002Fdescending"  
  1854.                 },  
  1855.                 {  
  1856.                   "label": "Clips",  
  1857.                   "url": "\u002Fapi\u002Fcontext\u002Fmgid%3Aarc%3Aseason%3Asouthparkstudios.com%3A3ab1469d-f582-11ea-834d-70df2f866ace\u002Fvideo\u002F1\u002F12"  
  1858.                 }  
  1859.               ],  
  1860.               "selectedIndex": 0  
  1861.             },  
  1862.             "isEpisodes": true,  
  1863.             "items": [  
  1864.               {  
  1865.                 "id": "230a4f02-f583-11ea-834d-70df2f866ace",  
  1866.                 "media": {  
  1867.                   "image": {  
  1868.                     "width": 1920,  
  1869.                     "height": 1080,  
  1870.                     "ratio": "16:9",  
  1871.                     "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:9eb17a06-2d5a-426f-a086-b3599427a52d?quality=0.7",  
  1872.                     "preserveRatio": true  
  1873.                   },  
  1874.                   "authorization": null,  
  1875.                   "duration": "47:16",  
  1876.                   "lockedLabel": null,  
  1877.                   "contentRatings": null  
  1878.                 },  
  1879.                 "meta": {  
  1880.                   "header": {  
  1881.                     "title": {  
  1882.                       "text": "S24  E1",  
  1883.                       "tag": "h2"  
  1884.                     }  
  1885.                   },  
  1886.                   "subHeader": "The Pandemic Special",  
  1887.                   "description": "Randy comes to terms with his role in the COVID-19 outbreak as the on-going pandemic presents continued challenges to the citizens of South Park.",  
  1888.                   "itemAriaLabel": "Season 24 Episode 1 watch episode",  
  1889.                   "date": "09\u002F30\u002F2020"  
  1890.                 },  
  1891.                 "ariaLabel": null,  
  1892.                 "url": "\u002Fepisodes\u002Fyy0vjs\u002Fsouth-park-the-pandemic-special-season-24-ep-1"  
  1893.               }  
  1894.             ],  
  1895.             "isKidsUI": false,  
  1896.             "as": "ul"  
  1897.           }  
  1898.         },  
  1899.         {  
  1900.           "type": "LineList",  
  1901.           "props": {  
  1902.             "type": "photos",  
  1903.             "isCarousel": true,  
  1904.             "header": {  
  1905.               "title": "Photo Galleries"  
  1906.             },  
  1907.             "items": [  
  1908.                 
  1909.             ]  
  1910.           }  
  1911.         },  
  1912.         {  
  1913.           "type": "LineList",  
  1914.           "props": {  
  1915.             "type": "playlists",  
  1916.             "isCarousel": true,  
  1917.             "header": {  
  1918.               "title": "Playlists"  
  1919.             },  
  1920.             "items": [  
  1921.                 
  1922.             ]  
  1923.           }  
  1924.         },  
  1925.         {  
  1926.           "type": "LineList",  
  1927.           "props": {  
  1928.             "type": "cast",  
  1929.             "isCarousel": true,  
  1930.             "header": {  
  1931.               "title": "Cast"  
  1932.             },  
  1933.             "closeLabel": "Close",  
  1934.             "items": [  
  1935.                 
  1936.             ]  
  1937.           }  
  1938.         },  
  1939.         {  
  1940.           "type": "Anchor",  
  1941.           "props": {  
  1942.             "sectionName": "news"  
  1943.           }  
  1944.         },  
  1945.         {  
  1946.           "type": "LineList",  
  1947.           "props": {  
  1948.             "type": "news",  
  1949.             "as": "ul",  
  1950.             "isGrid": true,  
  1951.             "header": {  
  1952.               "title": "Latest News"  
  1953.             },  
  1954.             "items": [  
  1955.               {  
  1956.                 "cardType": "article",  
  1957.                 "datePosted": "2020-11-16T05:00:00.000+0000",  
  1958.                 "meta": {  
  1959.                   "header": {  
  1960.                     "title": "New Items in the Shop"  
  1961.                   },  
  1962.                   "date": "11\u002F16\u002F2020",  
  1963.                   "description": ""  
  1964.                 },  
  1965.                 "media": {  
  1966.                   "image": {  
  1967.                     "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:dc2df8aa-6dba-45f6-97c3-2a82aa766e41?quality=0.7",  
  1968.                     "width": 1920,  
  1969.                     "height": 1080,  
  1970.                     "aspectRatio": "16:9"  
  1971.                   }  
  1972.                 },  
  1973.                 "description": "New Items in the Shop",  
  1974.                 "url": "\u002Fnews\u002Fjf0xgh\u002Fnew-items-in-the-shop",  
  1975.                 "entityType": "article"  
  1976.               },  
  1977.               {  
  1978.                 "cardType": "article",  
  1979.                 "datePosted": "2020-11-09T05:00:00.000+0000",  
  1980.                 "meta": {  
  1981.                   "header": {  
  1982.                     "title": "Happy Phone Destroyer Anniversary Day!!!"  
  1983.                   },  
  1984.                   "date": "11\u002F09\u002F2020",  
  1985.                   "description": ""  
  1986.                 },  
  1987.                 "media": {  
  1988.                   "image": {  
  1989.                     "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:702943a0-8e6d-45bf-9442-02719026d06a?quality=0.7",  
  1990.                     "width": 2393,  
  1991.                     "height": 1440,  
  1992.                     "aspectRatio": "16:9"  
  1993.                   }  
  1994.                 },  
  1995.                 "description": "Happy Phone Destroyer Anniversary Day!!!",  
  1996.                 "url": "\u002Fnews\u002Fkkd7id\u002Fhappy-phone-destroyer-anniversary-day",  
  1997.                 "entityType": "article"  
  1998.               },  
  1999.               {  
  2000.                 "cardType": "article",  
  2001.                 "datePosted": "2020-10-30T04:00:00.000+0000",  
  2002.                 "meta": {  
  2003.                   "header": {  
  2004.                     "title": "Introducing Sassy Justice - a new project from the co-creators of South Park"  
  2005.                   },  
  2006.                   "date": "10\u002F30\u002F2020",  
  2007.                   "description": ""  
  2008.                 },  
  2009.                 "media": {  
  2010.                   "image": {  
  2011.                     "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:1218eff9-cd6a-44b3-a6e4-2a10b8ed9a57?quality=0.7",  
  2012.                     "width": 1280,  
  2013.                     "height": 720,  
  2014.                     "aspectRatio": "16:9"  
  2015.                   }  
  2016.                 },  
  2017.                 "description": "Introducing Sassy Justice - a new project from the co-creators of South Park",  
  2018.                 "url": "\u002Fnews\u002Fyumm0a\u002Fintroducing-sassy-justice-a-new-project-from-the-co-creators-of-south-park",  
  2019.                 "entityType": "article"  
  2020.               },  
  2021.               {  
  2022.                 "cardType": "article",  
  2023.                 "datePosted": "2020-10-22T00:00:00.000+0000",  
  2024.                 "meta": {  
  2025.                   "header": {  
  2026.                     "title": "South Park Halloween Pumpkin Stencils!"  
  2027.                   },  
  2028.                   "date": "10\u002F21\u002F2020",  
  2029.                   "description": ""  
  2030.                 },  
  2031.                 "media": {  
  2032.                   "image": {  
  2033.                     "id": "8d613e3a-d43e-47eb-8f8c-b095d625660a",  
  2034.                     "width": 950,  
  2035.                     "height": 540,  
  2036.                     "aspectRatio": "51:29",  
  2037.                     "resizable": false,  
  2038.                     "title": "10-19-2018-960X540_PUMPKINS_blog",  
  2039.                     "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:8d613e3a-d43e-47eb-8f8c-b095d625660a?quality=0.7",  
  2040.                     "shortId": "fy2at4",  
  2041.                     "imageCredits": [  
  2042.                         
  2043.                     ]  
  2044.                   }  
  2045.                 },  
  2046.                 "description": "South Park Halloween Pumpkin Stencils!",  
  2047.                 "url": "\u002Fnews\u002Fncs5sm\u002Fsouth-park-halloween-pumpkin-stencils",  
  2048.                 "entityType": "article"  
  2049.               },  
  2050.               {  
  2051.                 "cardType": "article",  
  2052.                 "datePosted": "2020-10-05T04:00:00.000+0000",  
  2053.                 "meta": {  
  2054.                   "header": {  
  2055.                     "title": "How South Park Filled the Stands with Character Cutouts at Mile High Stadium"  
  2056.                   },  
  2057.                   "date": "10\u002F05\u002F2020",  
  2058.                   "description": ""  
  2059.                 },  
  2060.                 "media": {  
  2061.                   "image": {  
  2062.                     "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:ce14b4f1-5e40-418a-8958-086894190997?quality=0.7",  
  2063.                     "width": 1920,  
  2064.                     "height": 1080,  
  2065.                     "aspectRatio": "16:9"  
  2066.                   }  
  2067.                 },  
  2068.                 "description": "How South Park Filled the Stands with Character Cutouts at Mile High Stadium",  
  2069.                 "url": "\u002Fnews\u002F9m7gg6\u002Fhow-south-park-filled-the-stands-with-character-cutouts-at-mile-high-stadium",  
  2070.                 "entityType": "article"  
  2071.               }  
  2072.             ],  
  2073.             "loadMore": {  
  2074.               "title": "Load More",  
  2075.               "loadingTitle": "Loading More\n",  
  2076.               "url": "\u002Fapi\u002Fnews\u002F2\u002F5\u002F27964d3c-ecfd-11e0-aca6-0026b9414f30"  
  2077.             }  
  2078.           }  
  2079.         },  
  2080.         {  
  2081.           "type": "LineList",  
  2082.           "props": {  
  2083.             "cardType": "guest",  
  2084.             "cellSelector": "[data-display-name=\"Card:Guest\"]",  
  2085.             "isCarousel": true,  
  2086.             "isGrid": false,  
  2087.             "itemType": "guest",  
  2088.             "type": "guest",  
  2089.             "header": {  
  2090.               "title": ""  
  2091.             },  
  2092.             "items": [  
  2093.                 
  2094.             ]  
  2095.           }  
  2096.         },  
  2097.         {  
  2098.           "type": "Anchor",  
  2099.           "props": {  
  2100.             "sectionName": "about"  
  2101.           }  
  2102.         },  
  2103.         {  
  2104.           "type": "About",  
  2105.           "props": {  
  2106.             "title": "About South Park",  
  2107.             "copy": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures.",  
  2108.             "social": {  
  2109.               "label": "Follow",  
  2110.               "items": [  
  2111.                   
  2112.               ]  
  2113.             }  
  2114.           }  
  2115.         },  
  2116.         {  
  2117.           "type": "AdReporting",  
  2118.           "props": {  
  2119.             "repoData": {  
  2120.               "website": {  
  2121.                 "adCall1x2": false,  
  2122.                 "adCall6x6": true,  
  2123.                 "adCall3x3": true  
  2124.               },  
  2125.               "doubleClick": {  
  2126.                 "enabled": true,  
  2127.                 "positionThreshold": 3,  
  2128.                 "adReloadable": true,  
  2129.                 "adReloadTime": 300000,  
  2130.                 "disablePOE": false,  
  2131.                 "metadata": {  
  2132.                   "property": "comedy_central"  
  2133.                 },  
  2134.                 "adUnits": {  
  2135.                   "1": "@property",  
  2136.                   "2": "south_park_site",  
  2137.                   "3": "shows"  
  2138.                 },  
  2139.                 "keyValues": {  
  2140.                   "section": "home",  
  2141.                   "franchise": "south_park",  
  2142.                   "seriesalias": "south_park",  
  2143.                   "subject": "south_park",  
  2144.                   "uuid": "d1fh0k",  
  2145.                   "site_region": ""  
  2146.                 },  
  2147.                 "exclusionCategories": "hub_pages"  
  2148.               },  
  2149.               "omniture": {  
  2150.                 "enabled": true,  
  2151.                 "dynamicAccountSelection": true,  
  2152.                 "videoViewEventDisable": true,  
  2153.                 "enableVisitorNameSpace": true,  
  2154.                 "defaultHier": "hier1",  
  2155.                 "pageName": "southpark|shows|series-main|south_park",  
  2156.                 "channel": "shows",  
  2157.                 "contextData": {  
  2158.                   "v.pv": true,  
  2159.                   "v.channel": "shows",  
  2160.                   "v.brandID": "southpark-us",  
  2161.                   "v.templateType": "Webplex Template - Series Main",  
  2162.                   "v.pageType": "series-main",  
  2163.                   "v.pageSeries": "south-park",  
  2164.                   "v.pageFranchise": "no-franchise",  
  2165.                   "v.pageURL": "southpark.cc.com\u002Fseasons\u002Fsouth-park",  
  2166.                   "v.pageEvent": "no-event",  
  2167.                   "v.vidEpTitle": "no-title",  
  2168.                   "v.language": "en-us",  
  2169.                   "v.countryName": "us",  
  2170.                   "v.activity": "pageview",  
  2171.                   "v.webVersion": "webplex-0aec028e7-2090-2020-11-17",  
  2172.                   "v.playerVersion": "3.1.5",  
  2173.                   "v.tveVersion": "4.9.2"  
  2174.                 }  
  2175.               },  
  2176.               "trackingPixels": {  
  2177.                 "googleTagManager": [  
  2178.                   ""  
  2179.                 ],  
  2180.                 "facebook": [  
  2181.                   ""  
  2182.                 ]  
  2183.               }  
  2184.             },  
  2185.             "bentoURL": "https:\u002F\u002Fbtg.mtvnservices.com\u002Faria\u002Fbentojs.js?site=webplex-southpark-cc&v=2.4.1",  
  2186.             "tveEnabled": true  
  2187.           }  
  2188.         },  
  2189.         {  
  2190.           "type": "BalaNotifier",  
  2191.           "props": {  
  2192.             "publishDate": 1588996800000,  
  2193.             "content": "By using this site, you agree to its \u003Ca target='_blank' tabindex='0' class='balaLink' href=\"\u002Flegal\u002Fbhws2g\u002Fprivacy-policy\u002F\" target=\"_blank\"\u003EPrivacy Policy\u003C\u002Fa\u003E and \u003Ca target='_blank' tabindex='0' class='balaLink' href=\"\u002Flegal\u002Fo3ccr8\u002Fterms-of-use\" target=\"_blank\"\u003ETerms of Use\u003C\u002Fa\u003E.",  
  2194.             "suppressRefresh": false,  
  2195.             "ariaCloseLabel": "Close",  
  2196.             "isClickOutsideHandlerDisabled": true  
  2197.           }  
  2198.         }  
  2199.       ]  
  2200.     },  
  2201.     {  
  2202.       "type": "Footer",  
  2203.       "props": {  
  2204.         "navs": [  
  2205.           {  
  2206.             "items": [  
  2207.               {  
  2208.                 "url": "\u002Finfo\u002Fjveh1j\u002Fcreator-bios",  
  2209.                 "title": "Creator Bios"  
  2210.               },  
  2211.               {  
  2212.                 "url": "\u002Finfo\u002Ftkdxo6\u002Fcast-and-crew",  
  2213.                 "title": "Cast and Crew"  
  2214.               },  
  2215.               {  
  2216.                 "url": "\u002Finfo\u002Fea4cty\u002Fweb-credits",  
  2217.                 "title": "Web Credits"  
  2218.               },  
  2219.               {  
  2220.                 "url": "\u002Finfo\u002Fz67g4e\u002Fcontact",  
  2221.                 "title": "Contact"  
  2222.               },  
  2223.               {  
  2224.                 "url": "\u002Flegal\u002Fbhws2g\u002Fprivacy-policy",  
  2225.                 "title": "Privacy Policy"  
  2226.               },  
  2227.               {  
  2228.                 "url": "https:\u002F\u002Fwww.viacomprivacy.com\u002F",  
  2229.                 "title": "Do Not Sell My Personal Information"  
  2230.               },  
  2231.               {  
  2232.                 "url": "\u002Flegal\u002Fo3ccr8\u002Fterms-of-use",  
  2233.                 "title": "Terms of Use"  
  2234.               },  
  2235.               {  
  2236.                 "url": "\u002Flegal\u002F21l5d9\u002Fclosed-captioning",  
  2237.                 "title": "Closed Captioning"  
  2238.               },  
  2239.               {  
  2240.                 "url": "\u002Flegal\u002Fxuqfse\u002Fcopyright-compliance",  
  2241.                 "title": "Copyright Compliance"  
  2242.               },  
  2243.               {  
  2244.                 "url": "http:\u002F\u002Fsrp.viacom.com\u002Fsitefaq.html",  
  2245.                 "title": "Ad Choices"  
  2246.               },  
  2247.               {  
  2248.                 "url": "\u002Finfo\u002Fthmcbs\u002Fshow-disclaimer",  
  2249.                 "title": "Show Disclaimer"  
  2250.               },  
  2251.               {  
  2252.                 "url": "\u002Finfo\u002Ftx83no\u002Fvideo-privacy-terms",  
  2253.                 "title": "Video Privacy Terms"  
  2254.               }  
  2255.             ]  
  2256.           }  
  2257.         ],  
  2258.         "socialShare": {  
  2259.           "items": [  
  2260.             {  
  2261.               "type": "facebook",  
  2262.               "url": "https:\u002F\u002Fwww.facebook.com\u002Fsouthpark\u002F",  
  2263.               "ariaLabel": "follow on"  
  2264.             },  
  2265.             {  
  2266.               "type": "twitter",  
  2267.               "url": "https:\u002F\u002Ftwitter.com\u002FSouthPark",  
  2268.               "ariaLabel": "follow on"  
  2269.             },  
  2270.             {  
  2271.               "type": "instagram",  
  2272.               "url": "https:\u002F\u002Fwww.instagram.com\u002Fsouthpark\u002F",  
  2273.               "ariaLabel": "follow on"  
  2274.             }  
  2275.           ]  
  2276.         },  
  2277.         "copyright": "2020 South Park Digital Studios LLC.\n\nAll Rights Reserved.\n\nSouth Park c 2020 Comedy Partners.\n\nAll Rights Reserved. Comedy Central.\n\nSouth Park and all related titles, logos and characters are trademarks of Comedy Partners."  
  2278.       }  
  2279.     },  
  2280.     {  
  2281.       "type": "HtmlComment",  
  2282.       "props": {  
  2283.         "comment": "PAGEOK"  
  2284.       }  
  2285.     }  
  2286.   ]  
  2287. }  
 
And I have the class information of that I pasted as JSON in my app:
 
  1. using System;  
  2. using System.Collections.Generic;  
  3. using System.Linq;  
  4. using System.Text;  
  5. using System.Threading.Tasks;  
  6.   
  7. namespace ShowWebsiteDownloaderFOX  
  8. {  
  9.   
  10.   
  11.     public class Rootobject  
  12.     {  
  13.         public string type { get; set; }  
  14.         public Props props { get; set; }  
  15.         public Child[] children { get; set; }  
  16.     }  
  17.   
  18.     public class Props  
  19.     {  
  20.         public string className { get; set; }  
  21.         public Theme theme { get; set; }  
  22.         public Authsuiteconfig authSuiteConfig { get; set; }  
  23.         public string[] balaExclusionList { get; set; }  
  24.         public string bentoURL { get; set; }  
  25.         public Featureflags featureFlags { get; set; }  
  26.         public object edenConfig { get; set; }  
  27.         public Helmet helmet { get; set; }  
  28.     }  
  29.   
  30.     public class Theme  
  31.     {  
  32.         public Animations animations { get; set; }  
  33.         public Breakpoints breakpoints { get; set; }  
  34.         public Images images { get; set; }  
  35.         public Layout layout { get; set; }  
  36.         public Palette palette { get; set; }  
  37.         public Shadows shadows { get; set; }  
  38.         public Typography typography { get; set; }  
  39.         public Zindex zIndex { get; set; }  
  40.         public Overrides overrides { get; set; }  
  41.     }  
  42.   
  43.     public class Animations  
  44.     {  
  45.         public Presets presets { get; set; }  
  46.         public Timing timing { get; set; }  
  47.         public Transition transition { get; set; }  
  48.     }  
  49.   
  50.     public class Presets  
  51.     {  
  52.         public Fadein fadeIn { get; set; }  
  53.         public Card card { get; set; }  
  54.         public Carousel carousel { get; set; }  
  55.         public Blurin blurIn { get; set; }  
  56.     }  
  57.   
  58.     public class Fadein  
  59.     {  
  60.         public From from { get; set; }  
  61.         public To to { get; set; }  
  62.     }  
  63.   
  64.     public class From  
  65.     {  
  66.         public string opacity { get; set; }  
  67.         public string transform { get; set; }  
  68.         public string transition { get; set; }  
  69.     }  
  70.   
  71.     public class To  
  72.     {  
  73.         public string opacity { get; set; }  
  74.         public string transform { get; set; }  
  75.     }  
  76.   
  77.     public class Card  
  78.     {  
  79.         public From1 from { get; set; }  
  80.     }  
  81.   
  82.     public class From1  
  83.     {  
  84.         public string transition { get; set; }  
  85.         public string transform { get; set; }  
  86.         public Hover hover { get; set; }  
  87.     }  
  88.   
  89.     public class Hover  
  90.     {  
  91.         public string boxShadow { get; set; }  
  92.         public string transform { get; set; }  
  93.     }  
  94.   
  95.     public class Carousel  
  96.     {  
  97.         public From2 from { get; set; }  
  98.     }  
  99.   
  100.     public class From2  
  101.     {  
  102.         public string transition { get; set; }  
  103.         public string transform { get; set; }  
  104.         public Hover1 hover { get; set; }  
  105.     }  
  106.   
  107.     public class Hover1  
  108.     {  
  109.         public string transform { get; set; }  
  110.     }  
  111.   
  112.     public class Blurin  
  113.     {  
  114.         public From3 from { get; set; }  
  115.         public To1 to { get; set; }  
  116.     }  
  117.   
  118.     public class From3  
  119.     {  
  120.         public string transition { get; set; }  
  121.         public string opacity { get; set; }  
  122.         public string filter { get; set; }  
  123.     }  
  124.   
  125.     public class To1  
  126.     {  
  127.         public string opacity { get; set; }  
  128.         public string filter { get; set; }  
  129.     }  
  130.   
  131.     public class Timing  
  132.     {  
  133.         public string first { get; set; }  
  134.         public string second { get; set; }  
  135.         public string third { get; set; }  
  136.         public string fourth { get; set; }  
  137.     }  
  138.   
  139.     public class Transition  
  140.     {  
  141.         public string first { get; set; }  
  142.         public string second { get; set; }  
  143.         public string third { get; set; }  
  144.         public string fourth { get; set; }  
  145.         public string fifth { get; set; }  
  146.     }  
  147.   
  148.     public class Breakpoints  
  149.     {  
  150.         public Breakpoints1 breakpoints { get; set; }  
  151.         public string[] keys { get; set; }  
  152.     }  
  153.   
  154.     public class Breakpoints1  
  155.     {  
  156.         public int xsmall { get; set; }  
  157.         public int small { get; set; }  
  158.         public int medium { get; set; }  
  159.         public int large { get; set; }  
  160.         public int xlarge { get; set; }  
  161.     }  
  162.   
  163.     public class Images  
  164.     {  
  165.         public string logoName { get; set; }  
  166.         public Kidsheader kidsHeader { get; set; }  
  167.     }  
  168.   
  169.     public class Kidsheader  
  170.     {  
  171.         public string dropdownArrowBackground { get; set; }  
  172.         public string siteLogo { get; set; }  
  173.     }  
  174.   
  175.     public class Layout  
  176.     {  
  177.         public Border border { get; set; }  
  178.         public Grid grid { get; set; }  
  179.         public Spacer spacer { get; set; }  
  180.     }  
  181.   
  182.     public class Border  
  183.     {  
  184.         public int radius { get; set; }  
  185.     }  
  186.   
  187.     public class Grid  
  188.     {  
  189.         public string maxwidth { get; set; }  
  190.         public string minwidth { get; set; }  
  191.         public string width { get; set; }  
  192.         public Columns columns { get; set; }  
  193.         public Outermargins outerMargins { get; set; }  
  194.         public Margins margins { get; set; }  
  195.         public Paddings paddings { get; set; }  
  196.         public Gutters gutters { get; set; }  
  197.     }  
  198.   
  199.     public class Columns  
  200.     {  
  201.         public int _default { get; set; }  
  202.         public string oneItem { get; set; }  
  203.         public string twoItem { get; set; }  
  204.         public string threeItem { get; set; }  
  205.     }  
  206.   
  207.     public class Outermargins  
  208.     {  
  209.         public string xsmall { get; set; }  
  210.         public string small { get; set; }  
  211.     }  
  212.   
  213.     public class Margins  
  214.     {  
  215.         public string xsmall { get; set; }  
  216.         public string small { get; set; }  
  217.     }  
  218.   
  219.     public class Paddings  
  220.     {  
  221.         public string xsmall { get; set; }  
  222.         public string small { get; set; }  
  223.     }  
  224.   
  225.     public class Gutters  
  226.     {  
  227.         public string xsmall { get; set; }  
  228.         public string small { get; set; }  
  229.     }  
  230.   
  231.     public class Spacer  
  232.     {  
  233.         public string component { get; set; }  
  234.         public string inner { get; set; }  
  235.         public int outer { get; set; }  
  236.         public string _default { get; set; }  
  237.     }  
  238.   
  239.     public class Palette  
  240.     {  
  241.         public Background background { get; set; }  
  242.         public Brand brand { get; set; }  
  243.         public Shadow shadow { get; set; }  
  244.         public Support support { get; set; }  
  245.         public Text text { get; set; }  
  246.         public Ui ui { get; set; }  
  247.         public Vendor vendor { get; set; }  
  248.     }  
  249.   
  250.     public class Background  
  251.     {  
  252.         public string first { get; set; }  
  253.         public string second { get; set; }  
  254.         public string third { get; set; }  
  255.         public string fourth { get; set; }  
  256.         public string fifth { get; set; }  
  257.         public string sixth { get; set; }  
  258.         public string seventh { get; set; }  
  259.     }  
  260.   
  261.     public class Brand  
  262.     {  
  263.         public string first { get; set; }  
  264.         public string second { get; set; }  
  265.         public string third { get; set; }  
  266.     }  
  267.   
  268.     public class Shadow  
  269.     {  
  270.         public string first { get; set; }  
  271.         public string second { get; set; }  
  272.         public string third { get; set; }  
  273.     }  
  274.   
  275.     public class Support  
  276.     {  
  277.         public string first { get; set; }  
  278.         public string second { get; set; }  
  279.         public string third { get; set; }  
  280.         public string fourth { get; set; }  
  281.         public string fifth { get; set; }  
  282.         public string sixth { get; set; }  
  283.         public string seventh { get; set; }  
  284.         public string eighth { get; set; }  
  285.         public string ninth { get; set; }  
  286.     }  
  287.   
  288.     public class Text  
  289.     {  
  290.         public string first { get; set; }  
  291.         public string second { get; set; }  
  292.         public string third { get; set; }  
  293.         public string fourth { get; set; }  
  294.         public string fifth { get; set; }  
  295.     }  
  296.   
  297.     public class Ui  
  298.     {  
  299.         public string first { get; set; }  
  300.         public string second { get; set; }  
  301.         public string third { get; set; }  
  302.         public string fourth { get; set; }  
  303.         public string fifth { get; set; }  
  304.         public string sixth { get; set; }  
  305.     }  
  306.   
  307.     public class Vendor  
  308.     {  
  309.         public string adchoices { get; set; }  
  310.         public string discord { get; set; }  
  311.         public string email { get; set; }  
  312.         public string facebook { get; set; }  
  313.         public string instagram { get; set; }  
  314.         public string linkedin { get; set; }  
  315.         public string pinterest { get; set; }  
  316.         public string snap { get; set; }  
  317.         public string snapchat { get; set; }  
  318.         public string tiktok { get; set; }  
  319.         public string twitch { get; set; }  
  320.         public string twitter { get; set; }  
  321.         public string youtube { get; set; }  
  322.     }  
  323.   
  324.     public class Shadows  
  325.     {  
  326.         public string first { get; set; }  
  327.         public string second { get; set; }  
  328.         public string third { get; set; }  
  329.         public string fourth { get; set; }  
  330.     }  
  331.   
  332.     public class Typography  
  333.     {  
  334.         public Caption caption { get; set; }  
  335.         public Font font { get; set; }  
  336.         public Giga giga { get; set; }  
  337.         public Kilo kilo { get; set; }  
  338.         public Mega mega { get; set; }  
  339.         public Micro micro { get; set; }  
  340.         public Milli milli { get; set; }  
  341.         public Nano nano { get; set; }  
  342.         public P1 p1 { get; set; }  
  343.         public P2 p2 { get; set; }  
  344.         public Pico pico { get; set; }  
  345.         public Tera tera { get; set; }  
  346.     }  
  347.   
  348.     public class Caption  
  349.     {  
  350.         public string fontFamily { get; set; }  
  351.         public Lineheight lineHeight { get; set; }  
  352.         public Fontsize fontSize { get; set; }  
  353.         public Fontstyle fontStyle { get; set; }  
  354.         public Texttransform textTransform { get; set; }  
  355.         public Fontweight fontWeight { get; set; }  
  356.     }  
  357.   
  358.     public class Lineheight  
  359.     {  
  360.         public float xsmall { get; set; }  
  361.     }  
  362.   
  363.     public class Fontsize  
  364.     {  
  365.         public string xsmall { get; set; }  
  366.     }  
  367.   
  368.     public class Fontstyle  
  369.     {  
  370.         public string xsmall { get; set; }  
  371.     }  
  372.   
  373.     public class Texttransform  
  374.     {  
  375.         public string xsmall { get; set; }  
  376.     }  
  377.   
  378.     public class Fontweight  
  379.     {  
  380.         public int xsmall { get; set; }  
  381.     }  
  382.   
  383.     public class Font  
  384.     {  
  385.         public string primary { get; set; }  
  386.         public string secondary { get; set; }  
  387.     }  
  388.   
  389.     public class Giga  
  390.     {  
  391.         public string fontFamily { get; set; }  
  392.         public int lineHeight { get; set; }  
  393.         public string fontSize { get; set; }  
  394.         public Fontstyle1 fontStyle { get; set; }  
  395.         public Texttransform1 textTransform { get; set; }  
  396.         public int fontWeight { get; set; }  
  397.     }  
  398.   
  399.     public class Fontstyle1  
  400.     {  
  401.         public string xsmall { get; set; }  
  402.     }  
  403.   
  404.     public class Texttransform1  
  405.     {  
  406.         public string xsmall { get; set; }  
  407.     }  
  408.   
  409.     public class Kilo  
  410.     {  
  411.         public string fontFamily { get; set; }  
  412.         public float lineHeight { get; set; }  
  413.         public string fontSize { get; set; }  
  414.         public Fontstyle2 fontStyle { get; set; }  
  415.         public Texttransform2 textTransform { get; set; }  
  416.         public int fontWeight { get; set; }  
  417.     }  
  418.   
  419.     public class Fontstyle2  
  420.     {  
  421.         public string xsmall { get; set; }  
  422.     }  
  423.   
  424.     public class Texttransform2  
  425.     {  
  426.         public string xsmall { get; set; }  
  427.     }  
  428.   
  429.     public class Mega  
  430.     {  
  431.         public string fontFamily { get; set; }  
  432.         public float lineHeight { get; set; }  
  433.         public Fontsize1 fontSize { get; set; }  
  434.         public Fontstyle3 fontStyle { get; set; }  
  435.         public Texttransform3 textTransform { get; set; }  
  436.         public int fontWeight { get; set; }  
  437.     }  
  438.   
  439.     public class Fontsize1  
  440.     {  
  441.         public string xsmall { get; set; }  
  442.         public string small { get; set; }  
  443.     }  
  444.   
  445.     public class Fontstyle3  
  446.     {  
  447.         public string xsmall { get; set; }  
  448.     }  
  449.   
  450.     public class Texttransform3  
  451.     {  
  452.         public string xsmall { get; set; }  
  453.     }  
  454.   
  455.     public class Micro  
  456.     {  
  457.         public string fontFamily { get; set; }  
  458.         public Lineheight1 lineHeight { get; set; }  
  459.         public Fontsize2 fontSize { get; set; }  
  460.         public Fontstyle4 fontStyle { get; set; }  
  461.         public Texttransform4 textTransform { get; set; }  
  462.         public int fontWeight { get; set; }  
  463.     }  
  464.   
  465.     public class Lineheight1  
  466.     {  
  467.         public float xsmall { get; set; }  
  468.     }  
  469.   
  470.     public class Fontsize2  
  471.     {  
  472.         public string xsmall { get; set; }  
  473.         public string small { get; set; }  
  474.     }  
  475.   
  476.     public class Fontstyle4  
  477.     {  
  478.         public string xsmall { get; set; }  
  479.     }  
  480.   
  481.     public class Texttransform4  
  482.     {  
  483.         public string xsmall { get; set; }  
  484.     }  
  485.   
  486.     public class Milli  
  487.     {  
  488.         public string fontFamily { get; set; }  
  489.         public Lineheight2 lineHeight { get; set; }  
  490.         public Fontsize3 fontSize { get; set; }  
  491.         public Fontstyle5 fontStyle { get; set; }  
  492.         public Texttransform5 textTransform { get; set; }  
  493.         public int fontWeight { get; set; }  
  494.     }  
  495.   
  496.     public class Lineheight2  
  497.     {  
  498.         public float xsmall { get; set; }  
  499.     }  
  500.   
  501.     public class Fontsize3  
  502.     {  
  503.         public string xsmall { get; set; }  
  504.         public string small { get; set; }  
  505.     }  
  506.   
  507.     public class Fontstyle5  
  508.     {  
  509.         public string xsmall { get; set; }  
  510.     }  
  511.   
  512.     public class Texttransform5  
  513.     {  
  514.         public string xsmall { get; set; }  
  515.     }  
  516.   
  517.     public class Nano  
  518.     {  
  519.         public string fontFamily { get; set; }  
  520.         public Lineheight3 lineHeight { get; set; }  
  521.         public Fontsize4 fontSize { get; set; }  
  522.         public Fontstyle6 fontStyle { get; set; }  
  523.         public string textTransform { get; set; }  
  524.         public Fontweight1 fontWeight { get; set; }  
  525.     }  
  526.   
  527.     public class Lineheight3  
  528.     {  
  529.         public float xsmall { get; set; }  
  530.     }  
  531.   
  532.     public class Fontsize4  
  533.     {  
  534.         public string xsmall { get; set; }  
  535.         public string small { get; set; }  
  536.     }  
  537.   
  538.     public class Fontstyle6  
  539.     {  
  540.         public string xsmall { get; set; }  
  541.     }  
  542.   
  543.     public class Fontweight1  
  544.     {  
  545.         public int xsmall { get; set; }  
  546.     }  
  547.   
  548.     public class P1  
  549.     {  
  550.         public string fontFamily { get; set; }  
  551.         public Lineheight4 lineHeight { get; set; }  
  552.         public Fontsize5 fontSize { get; set; }  
  553.         public Fontstyle7 fontStyle { get; set; }  
  554.         public Texttransform6 textTransform { get; set; }  
  555.         public Fontweight2 fontWeight { get; set; }  
  556.     }  
  557.   
  558.     public class Lineheight4  
  559.     {  
  560.         public float xsmall { get; set; }  
  561.     }  
  562.   
  563.     public class Fontsize5  
  564.     {  
  565.         public string xsmall { get; set; }  
  566.     }  
  567.   
  568.     public class Fontstyle7  
  569.     {  
  570.         public string xsmall { get; set; }  
  571.     }  
  572.   
  573.     public class Texttransform6  
  574.     {  
  575.         public string xsmall { get; set; }  
  576.     }  
  577.   
  578.     public class Fontweight2  
  579.     {  
  580.         public int xsmall { get; set; }  
  581.     }  
  582.   
  583.     public class P2  
  584.     {  
  585.         public string fontFamily { get; set; }  
  586.         public Lineheight5 lineHeight { get; set; }  
  587.         public Fontsize6 fontSize { get; set; }  
  588.         public Fontstyle8 fontStyle { get; set; }  
  589.         public Texttransform7 textTransform { get; set; }  
  590.         public Fontweight3 fontWeight { get; set; }  
  591.     }  
  592.   
  593.     public class Lineheight5  
  594.     {  
  595.         public float xsmall { get; set; }  
  596.     }  
  597.   
  598.     public class Fontsize6  
  599.     {  
  600.         public string xsmall { get; set; }  
  601.     }  
  602.   
  603.     public class Fontstyle8  
  604.     {  
  605.         public string xsmall { get; set; }  
  606.     }  
  607.   
  608.     public class Texttransform7  
  609.     {  
  610.         public string xsmall { get; set; }  
  611.     }  
  612.   
  613.     public class Fontweight3  
  614.     {  
  615.         public int xsmall { get; set; }  
  616.     }  
  617.   
  618.     public class Pico  
  619.     {  
  620.         public string fontFamily { get; set; }  
  621.         public Lineheight6 lineHeight { get; set; }  
  622.         public Fontsize7 fontSize { get; set; }  
  623.         public Fontstyle9 fontStyle { get; set; }  
  624.         public Texttransform8 textTransform { get; set; }  
  625.         public Fontweight4 fontWeight { get; set; }  
  626.     }  
  627.   
  628.     public class Lineheight6  
  629.     {  
  630.         public float xsmall { get; set; }  
  631.     }  
  632.   
  633.     public class Fontsize7  
  634.     {  
  635.         public string xsmall { get; set; }  
  636.     }  
  637.   
  638.     public class Fontstyle9  
  639.     {  
  640.         public string xsmall { get; set; }  
  641.     }  
  642.   
  643.     public class Texttransform8  
  644.     {  
  645.         public string xsmall { get; set; }  
  646.     }  
  647.   
  648.     public class Fontweight4  
  649.     {  
  650.         public int xsmall { get; set; }  
  651.     }  
  652.   
  653.     public class Tera  
  654.     {  
  655.         public string fontFamily { get; set; }  
  656.         public int lineHeight { get; set; }  
  657.         public string fontSize { get; set; }  
  658.         public Fontstyle10 fontStyle { get; set; }  
  659.         public Texttransform9 textTransform { get; set; }  
  660.         public int fontWeight { get; set; }  
  661.     }  
  662.   
  663.     public class Fontstyle10  
  664.     {  
  665.         public string xsmall { get; set; }  
  666.     }  
  667.   
  668.     public class Texttransform9  
  669.     {  
  670.         public string xsmall { get; set; }  
  671.     }  
  672.   
  673.     public class Zindex  
  674.     {  
  675.         public int below { get; set; }  
  676.         public int _base { get; set; }  
  677.         public int high { get; set; }  
  678.         public int over { get; set; }  
  679.         public int modal { get; set; }  
  680.     }  
  681.   
  682.     public class Overrides  
  683.     {  
  684.         public Kidsheader1 kidsHeader { get; set; }  
  685.         public Headerv2 headerV2 { get; set; }  
  686.         public Card1 card { get; set; }  
  687.         public Logosstrip logosStrip { get; set; }  
  688.         public Card2 Card { get; set; }  
  689.         public Characternavigation CharacterNavigation { get; set; }  
  690.         public Button button { get; set; }  
  691.         public Sectionheader sectionHeader { get; set; }  
  692.     }  
  693.   
  694.     public class Kidsheader1  
  695.     {  
  696.         public Headerheight headerHeight { get; set; }  
  697.         public Characternavigationheight characterNavigationHeight { get; set; }  
  698.         public Logobackgroundsize logoBackgroundSize { get; set; }  
  699.         public Logoheight logoHeight { get; set; }  
  700.         public Logowidth logoWidth { get; set; }  
  701.     }  
  702.   
  703.     public class Headerheight  
  704.     {  
  705.         public string _default { get; set; }  
  706.         public string desktop { get; set; }  
  707.     }  
  708.   
  709.     public class Characternavigationheight  
  710.     {  
  711.         public string _default { get; set; }  
  712.         public string desktop { get; set; }  
  713.     }  
  714.   
  715.     public class Logobackgroundsize  
  716.     {  
  717.         public string _default { get; set; }  
  718.         public string desktop { get; set; }  
  719.     }  
  720.   
  721.     public class Logoheight  
  722.     {  
  723.         public string _default { get; set; }  
  724.         public string desktop { get; set; }  
  725.     }  
  726.   
  727.     public class Logowidth  
  728.     {  
  729.         public string _default { get; set; }  
  730.         public string desktop { get; set; }  
  731.     }  
  732.   
  733.     public class Headerv2  
  734.     {  
  735.         public Divider divider { get; set; }  
  736.         public Header header { get; set; }  
  737.         public Headerlinks headerLinks { get; set; }  
  738.         public Leaderboard leaderboard { get; set; }  
  739.         public Subnavigation subNavigation { get; set; }  
  740.         public Title title { get; set; }  
  741.         public Logo logo { get; set; }  
  742.     }  
  743.   
  744.     public class Divider  
  745.     {  
  746.         public string color { get; set; }  
  747.     }  
  748.   
  749.     public class Header  
  750.     {  
  751.         public string background { get; set; }  
  752.         public string color { get; set; }  
  753.     }  
  754.   
  755.     public class Headerlinks  
  756.     {  
  757.         public Hover2 hover { get; set; }  
  758.         public string background { get; set; }  
  759.         public string color { get; set; }  
  760.     }  
  761.   
  762.     public class Hover2  
  763.     {  
  764.         public string color { get; set; }  
  765.     }  
  766.   
  767.     public class Leaderboard  
  768.     {  
  769.         public string backgroundColor { get; set; }  
  770.     }  
  771.   
  772.     public class Subnavigation  
  773.     {  
  774.         public string backgroundColor { get; set; }  
  775.         public string color { get; set; }  
  776.     }  
  777.   
  778.     public class Title  
  779.     {  
  780.         public string color { get; set; }  
  781.     }  
  782.   
  783.     public class Logo  
  784.     {  
  785.         public Primary primary { get; set; }  
  786.         public Container container { get; set; }  
  787.     }  
  788.   
  789.     public class Primary  
  790.     {  
  791.         public string backgroundColor { get; set; }  
  792.         public string backgroundImage { get; set; }  
  793.         public string backgroundPosition { get; set; }  
  794.         public string backgroundRepeat { get; set; }  
  795.         public string backgroundSize { get; set; }  
  796.         public string color { get; set; }  
  797.         public string content { get; set; }  
  798.         public int fontSize { get; set; }  
  799.         public string height { get; set; }  
  800.         public string width { get; set; }  
  801.         public MediaMinWidth660Px mediaminwidth660px { get; set; }  
  802.     }  
  803.   
  804.     public class MediaMinWidth660Px  
  805.     {  
  806.         public string fontSize { get; set; }  
  807.         public string height { get; set; }  
  808.         public string width { get; set; }  
  809.         public string backgroundImage { get; set; }  
  810.     }  
  811.   
  812.     public class Container  
  813.     {  
  814.         public string height { get; set; }  
  815.     }  
  816.   
  817.     public class Card1  
  818.     {  
  819.         public Logo1 logo { get; set; }  
  820.     }  
  821.   
  822.     public class Logo1  
  823.     {  
  824.         public string maxHeight { get; set; }  
  825.         public MediaMinWidth980Px mediaminwidth980px { get; set; }  
  826.     }  
  827.   
  828.     public class MediaMinWidth980Px  
  829.     {  
  830.         public string maxHeight { get; set; }  
  831.     }  
  832.   
  833.     public class Logosstrip  
  834.     {  
  835.         public Item item { get; set; }  
  836.     }  
  837.   
  838.     public class Item  
  839.     {  
  840.         public Default _default { get; set; }  
  841.         public Primarytier primaryTier { get; set; }  
  842.         public Secondarytier secondaryTier { get; set; }  
  843.     }  
  844.   
  845.     public class Default  
  846.     {  
  847.         public string padding { get; set; }  
  848.     }  
  849.   
  850.     public class Primarytier  
  851.     {  
  852.         public string padding { get; set; }  
  853.     }  
  854.   
  855.     public class Secondarytier  
  856.     {  
  857.         public string padding { get; set; }  
  858.     }  
  859.   
  860.     public class Card2  
  861.     {  
  862.         public Kids kids { get; set; }  
  863.     }  
  864.   
  865.     public class Kids  
  866.     {  
  867.         public string borderRadius { get; set; }  
  868.         public string overflow { get; set; }  
  869.         public Alertlabel AlertLabel { get; set; }  
  870.         public Header1 Header { get; set; }  
  871.         public Timestamplabel TimestampLabel { get; set; }  
  872.     }  
  873.   
  874.     public class Alertlabel  
  875.     {  
  876.         public string padding { get; set; }  
  877.     }  
  878.   
  879.     public class Header1  
  880.     {  
  881.         public Wide wide { get; set; }  
  882.     }  
  883.   
  884.     public class Wide  
  885.     {  
  886.         public float lineHeight { get; set; }  
  887.     }  
  888.   
  889.     public class Timestamplabel  
  890.     {  
  891.         public int fontWeight { get; set; }  
  892.     }  
  893.   
  894.     public class Characternavigation  
  895.     {  
  896.         public Carousel1 Carousel { get; set; }  
  897.         public Tooltip Tooltip { get; set; }  
  898.         public Newsletter Newsletter { get; set; }  
  899.     }  
  900.   
  901.     public class Carousel1  
  902.     {  
  903.         public Prevnextbuttons PrevNextButtons { get; set; }  
  904.     }  
  905.   
  906.     public class Prevnextbuttons  
  907.     {  
  908.         public Prevbutton PrevButton { get; set; }  
  909.         public Nextbutton NextButton { get; set; }  
  910.     }  
  911.   
  912.     public class Prevbutton  
  913.     {  
  914.         public string borderRadius { get; set; }  
  915.     }  
  916.   
  917.     public class Nextbutton  
  918.     {  
  919.         public string borderRadius { get; set; }  
  920.     }  
  921.   
  922.     public class Tooltip  
  923.     {  
  924.         public Balloon Balloon { get; set; }  
  925.         public Ballooninner BalloonInner { get; set; }  
  926.         public Body Body { get; set; }  
  927.         public Point Point { get; set; }  
  928.     }  
  929.   
  930.     public class Balloon  
  931.     {  
  932.         public string borderRadius { get; set; }  
  933.         public string boxShadow { get; set; }  
  934.     }  
  935.   
  936.     public class Ballooninner  
  937.     {  
  938.         public string backgroundColor { get; set; }  
  939.         public string borderRadius { get; set; }  
  940.         public string padding { get; set; }  
  941.     }  
  942.   
  943.     public class Body  
  944.     {  
  945.         public string color { get; set; }  
  946.         public string textTransform { get; set; }  
  947.         public string fontFamily { get; set; }  
  948.         public int fontWeight { get; set; }  
  949.         public string fontSize { get; set; }  
  950.     }  
  951.   
  952.     public class Point  
  953.     {  
  954.         public Before before { get; set; }  
  955.     }  
  956.   
  957.     public class Before  
  958.     {  
  959.         public string borderBottomColor { get; set; }  
  960.     }  
  961.   
  962.     public class Newsletter  
  963.     {  
  964.         public Iframe iframe { get; set; }  
  965.     }  
  966.   
  967.     public class Iframe  
  968.     {  
  969.         public string minHeight { get; set; }  
  970.     }  
  971.   
  972.     public class Button  
  973.     {  
  974.         public Default1 _default { get; set; }  
  975.         public Primary1 primary { get; set; }  
  976.         public Secondary secondary { get; set; }  
  977.         public Inverse inverse { get; set; }  
  978.     }  
  979.   
  980.     public class Default1  
  981.     {  
  982.         public string padding { get; set; }  
  983.         public string textTransform { get; set; }  
  984.     }  
  985.   
  986.     public class Primary1  
  987.     {  
  988.         public string backgroundColor { get; set; }  
  989.         public string color { get; set; }  
  990.         public HoverFocus hoverfocus { get; set; }  
  991.     }  
  992.   
  993.     public class HoverFocus  
  994.     {  
  995.         public string color { get; set; }  
  996.         public string backgroundColor { get; set; }  
  997.     }  
  998.   
  999.     public class Secondary  
  1000.     {  
  1001.         public HoverFocus1 hoverfocus { get; set; }  
  1002.     }  
  1003.   
  1004.     public class HoverFocus1  
  1005.     {  
  1006.         public string backgroundColor { get; set; }  
  1007.     }  
  1008.   
  1009.     public class Inverse  
  1010.     {  
  1011.         public HoverFocus2 hoverfocus { get; set; }  
  1012.     }  
  1013.   
  1014.     public class HoverFocus2  
  1015.     {  
  1016.         public string backgroundColor { get; set; }  
  1017.     }  
  1018.   
  1019.     public class Sectionheader  
  1020.     {  
  1021.         public string font { get; set; }  
  1022.         public string textTransform { get; set; }  
  1023.         public string letterSpacing { get; set; }  
  1024.         public int fontWeight { get; set; }  
  1025.     }  
  1026.   
  1027.     public class Authsuiteconfig  
  1028.     {  
  1029.         public Authsuiteenv authSuiteEnv { get; set; }  
  1030.     }  
  1031.   
  1032.     public class Authsuiteenv  
  1033.     {  
  1034.         public string adobeUrl { get; set; }  
  1035.         public string authSuiteUrl { get; set; }  
  1036.         public string isisUrl { get; set; }  
  1037.         public string tveUrl { get; set; }  
  1038.         public string xboxUrl { get; set; }  
  1039.         public Providerkey[] providerKeys { get; set; }  
  1040.     }  
  1041.   
  1042.     public class Providerkey  
  1043.     {  
  1044.         public string providerCode { get; set; }  
  1045.         public string key { get; set; }  
  1046.     }  
  1047.   
  1048.     public class Featureflags  
  1049.     {  
  1050.         public bool test2 { get; set; }  
  1051.         public bool isContinueWatchingEnabled { get; set; }  
  1052.         public bool test1 { get; set; }  
  1053.     }  
  1054.   
  1055.     public class Helmet  
  1056.     {  
  1057.         public Helmet1 helmet { get; set; }  
  1058.     }  
  1059.   
  1060.     public class Helmet1  
  1061.     {  
  1062.         public Base _base { get; set; }  
  1063.         public Bodyattributes bodyAttributes { get; set; }  
  1064.         public Htmlattributes htmlAttributes { get; set; }  
  1065.         public Link link { get; set; }  
  1066.         public Meta meta { get; set; }  
  1067.         public Noscript noscript { get; set; }  
  1068.         public Script script { get; set; }  
  1069.         public Style style { get; set; }  
  1070.         public Title1 title { get; set; }  
  1071.     }  
  1072.   
  1073.     public class Base  
  1074.     {  
  1075.     }  
  1076.   
  1077.     public class Bodyattributes  
  1078.     {  
  1079.     }  
  1080.   
  1081.     public class Htmlattributes  
  1082.     {  
  1083.     }  
  1084.   
  1085.     public class Link  
  1086.     {  
  1087.     }  
  1088.   
  1089.     public class Meta  
  1090.     {  
  1091.     }  
  1092.   
  1093.     public class Noscript  
  1094.     {  
  1095.     }  
  1096.   
  1097.     public class Script  
  1098.     {  
  1099.     }  
  1100.   
  1101.     public class Style  
  1102.     {  
  1103.     }  
  1104.   
  1105.     public class Title1  
  1106.     {  
  1107.     }  
  1108.   
  1109.     public class Child  
  1110.     {  
  1111.         public string type { get; set; }  
  1112.         public Props1 props { get; set; }  
  1113.         public Child1[] children { get; set; }  
  1114.     }  
  1115.   
  1116.     public class Props1  
  1117.     {  
  1118.         public Title2 title { get; set; }  
  1119.         public Metatags metaTags { get; set; }  
  1120.         public Headerlinks1 headerLinks { get; set; }  
  1121.         public Ogtags ogTags { get; set; }  
  1122.         public Twittercards twitterCards { get; set; }  
  1123.         public Platformmetatags platformMetaTags { get; set; }  
  1124.         public Googletagmanagerconfig googleTagManagerConfig { get; set; }  
  1125.         public Newrelicconfig newRelicConfig { get; set; }  
  1126.         public Adobelaunchconfig adobeLaunchConfig { get; set; }  
  1127.         public bool bentoIsDisabled { get; set; }  
  1128.         public Projectxconfig projectXConfig { get; set; }  
  1129.         public bool isNS1ScriptEnabled { get; set; }  
  1130.         public bool isOutbrainScriptEnabled { get; set; }  
  1131.         public Useraccountconfig userAccountConfig { get; set; }  
  1132.         public bool isAudioEyeEnabled { get; set; }  
  1133.         public string adobeLaunchScript { get; set; }  
  1134.         public string sectionName { get; set; }  
  1135.         public Trendingresult[] trendingResults { get; set; }  
  1136.         public object seriesTrendingResults { get; set; }  
  1137.         public string seasonLabel { get; set; }  
  1138.         public string episodeLabel { get; set; }  
  1139.         public string searchURL { get; set; }  
  1140.         public Tab[] tabs { get; set; }  
  1141.         public string failedResultText { get; set; }  
  1142.         public string header { get; set; }  
  1143.         public string placeHolderText { get; set; }  
  1144.         public string showId { get; set; }  
  1145.         public string closeLabel { get; set; }  
  1146.         public string thisShowLabel { get; set; }  
  1147.         public string wholeSiteLabel { get; set; }  
  1148.         public bool isSearchSeriesEnabled { get; set; }  
  1149.         public Defaultimage defaultImage { get; set; }  
  1150.         public object[] adSizes { get; set; }  
  1151.         public Nav[] navs { get; set; }  
  1152.         public Socialshare socialShare { get; set; }  
  1153.         public string copyright { get; set; }  
  1154.         public string comment { get; set; }  
  1155.     }  
  1156.   
  1157.     public class Title2  
  1158.     {  
  1159.         public string text { get; set; }  
  1160.     }  
  1161.   
  1162.     public class Metatags  
  1163.     {  
  1164.         public Item1[] items { get; set; }  
  1165.     }  
  1166.   
  1167.     public class Item1  
  1168.     {  
  1169.         public string name { get; set; }  
  1170.         public object content { get; set; }  
  1171.         public string property { get; set; }  
  1172.     }  
  1173.   
  1174.     public class Headerlinks1  
  1175.     {  
  1176.         public Item2[] items { get; set; }  
  1177.     }  
  1178.   
  1179.     public class Item2  
  1180.     {  
  1181.         public string rel { get; set; }  
  1182.         public string href { get; set; }  
  1183.         public string type { get; set; }  
  1184.         public string sizes { get; set; }  
  1185.         public string color { get; set; }  
  1186.     }  
  1187.   
  1188.     public class Ogtags  
  1189.     {  
  1190.         public Item3[] items { get; set; }  
  1191.     }  
  1192.   
  1193.     public class Item3  
  1194.     {  
  1195.         public string property { get; set; }  
  1196.         public string content { get; set; }  
  1197.     }  
  1198.   
  1199.     public class Twittercards  
  1200.     {  
  1201.         public Item4[] items { get; set; }  
  1202.     }  
  1203.   
  1204.     public class Item4  
  1205.     {  
  1206.         public string name { get; set; }  
  1207.         public string content { get; set; }  
  1208.     }  
  1209.   
  1210.     public class Platformmetatags  
  1211.     {  
  1212.         public object[] items { get; set; }  
  1213.     }  
  1214.   
  1215.     public class Googletagmanagerconfig  
  1216.     {  
  1217.     }  
  1218.   
  1219.     public class Newrelicconfig  
  1220.     {  
  1221.         public string appId { get; set; }  
  1222.         public string licenseKey { get; set; }  
  1223.         public string accountId { get; set; }  
  1224.         public string trustKey { get; set; }  
  1225.     }  
  1226.   
  1227.     public class Adobelaunchconfig  
  1228.     {  
  1229.         public bool isAdobeLaunchEnabled { get; set; }  
  1230.         public string adobeLaunchSrc { get; set; }  
  1231.     }  
  1232.   
  1233.     public class Projectxconfig  
  1234.     {  
  1235.         public string region { get; set; }  
  1236.     }  
  1237.   
  1238.     public class Useraccountconfig  
  1239.     {  
  1240.         public bool isUserAccountEnabled { get; set; }  
  1241.         public string userAccountScript { get; set; }  
  1242.     }  
  1243.   
  1244.     public class Defaultimage  
  1245.     {  
  1246.         public string url { get; set; }  
  1247.         public int height { get; set; }  
  1248.         public int width { get; set; }  
  1249.     }  
  1250.   
  1251.     public class Socialshare  
  1252.     {  
  1253.         public Item5[] items { get; set; }  
  1254.     }  
  1255.   
  1256.     public class Item5  
  1257.     {  
  1258.         public string type { get; set; }  
  1259.         public string url { get; set; }  
  1260.         public string ariaLabel { get; set; }  
  1261.     }  
  1262.   
  1263.     public class Trendingresult  
  1264.     {  
  1265.         public string type { get; set; }  
  1266.         public string id { get; set; }  
  1267.         public Media media { get; set; }  
  1268.         public Meta1 meta { get; set; }  
  1269.         public string url { get; set; }  
  1270.         public object ariaLabel { get; set; }  
  1271.     }  
  1272.   
  1273.     public class Media  
  1274.     {  
  1275.         public Badge badge { get; set; }  
  1276.         public string duration { get; set; }  
  1277.         public Image image { get; set; }  
  1278.         public object authorization { get; set; }  
  1279.         public object lockedLabel { get; set; }  
  1280.     }  
  1281.   
  1282.     public class Badge  
  1283.     {  
  1284.         public string title { get; set; }  
  1285.     }  
  1286.   
  1287.     public class Image  
  1288.     {  
  1289.         public string id { get; set; }  
  1290.         public int width { get; set; }  
  1291.         public int height { get; set; }  
  1292.         public string aspectRatio { get; set; }  
  1293.         public bool resizable { get; set; }  
  1294.         public string title { get; set; }  
  1295.         public string url { get; set; }  
  1296.         public string shortId { get; set; }  
  1297.         public object[] imageCredits { get; set; }  
  1298.     }  
  1299.   
  1300.     public class Meta1  
  1301.     {  
  1302.         public Label[] label { get; set; }  
  1303.         public Header2 header { get; set; }  
  1304.         public object subHeader { get; set; }  
  1305.         public string date { get; set; }  
  1306.         public string description { get; set; }  
  1307.     }  
  1308.   
  1309.     public class Header2  
  1310.     {  
  1311.         public string title { get; set; }  
  1312.     }  
  1313.   
  1314.     public class Label  
  1315.     {  
  1316.         public string title { get; set; }  
  1317.     }  
  1318.   
  1319.     public class Tab  
  1320.     {  
  1321.         public string label { get; set; }  
  1322.         public string bucket { get; set; }  
  1323.     }  
  1324.   
  1325.     public class Nav  
  1326.     {  
  1327.         public Item6[] items { get; set; }  
  1328.     }  
  1329.   
  1330.     public class Item6  
  1331.     {  
  1332.         public string url { get; set; }  
  1333.         public string title { get; set; }  
  1334.     }  
  1335.   
  1336.     public class Child1  
  1337.     {  
  1338.         public string type { get; set; }  
  1339.         public Props2 props { get; set; }  
  1340.     }  
  1341.   
  1342.     public class Props2  
  1343.     {  
  1344.         public string[] adSizes { get; set; }  
  1345.         public string dataRefreshRate { get; set; }  
  1346.         public string adLabel { get; set; }  
  1347.         public string className { get; set; }  
  1348.         public Logo2 logo { get; set; }  
  1349.         public Mainnav mainNav { get; set; }  
  1350.         public Hamburgernav hamburgerNav { get; set; }  
  1351.         public Seriesnav seriesNav { get; set; }  
  1352.         public Search search { get; set; }  
  1353.         public string type { get; set; }  
  1354.         public Item11[] items { get; set; }  
  1355.         public string moduleType { get; set; }  
  1356.         public Defaultimage1 defaultImage { get; set; }  
  1357.         public bool isGrid { get; set; }  
  1358.         public string itemSize { get; set; }  
  1359.         public string sectionName { get; set; }  
  1360.         public int selectedIndex { get; set; }  
  1361.         public string btnAriaLabel { get; set; }  
  1362.         public Filters filters { get; set; }  
  1363.         public bool isEpisodes { get; set; }  
  1364.         public bool isKidsUI { get; set; }  
  1365.         public string _as { get; set; }  
  1366.         public bool isCarousel { get; set; }  
  1367.         public Header3 header { get; set; }  
  1368.         public string closeLabel { get; set; }  
  1369.         public Loadmore loadMore { get; set; }  
  1370.         public string cardType { get; set; }  
  1371.         public string cellSelector { get; set; }  
  1372.         public string itemType { get; set; }  
  1373.         public string title { get; set; }  
  1374.         public string copy { get; set; }  
  1375.         public Social social { get; set; }  
  1376.         public Repodata repoData { get; set; }  
  1377.         public string bentoURL { get; set; }  
  1378.         public bool tveEnabled { get; set; }  
  1379.         public long publishDate { get; set; }  
  1380.         public string content { get; set; }  
  1381.         public bool suppressRefresh { get; set; }  
  1382.         public string ariaCloseLabel { get; set; }  
  1383.         public bool isClickOutsideHandlerDisabled { get; set; }  
  1384.     }  
  1385.   
  1386.     public class Logo2  
  1387.     {  
  1388.         public string ariaLabel { get; set; }  
  1389.         public string url { get; set; }  
  1390.     }  
  1391.   
  1392.     public class Mainnav  
  1393.     {  
  1394.         public Item7[] items { get; set; }  
  1395.     }  
  1396.   
  1397.     public class Item7  
  1398.     {  
  1399.         public string title { get; set; }  
  1400.         public string url { get; set; }  
  1401.         public string seeAllLinkText { get; set; }  
  1402.         public Entry[] entries { get; set; }  
  1403.     }  
  1404.   
  1405.     public class Entry  
  1406.     {  
  1407.         public string title { get; set; }  
  1408.         public string url { get; set; }  
  1409.         public object[] entries { get; set; }  
  1410.         public string isPopUp { get; set; }  
  1411.     }  
  1412.   
  1413.     public class Hamburgernav  
  1414.     {  
  1415.         public object socialLinks { get; set; }  
  1416.         public Item8[] items { get; set; }  
  1417.     }  
  1418.   
  1419.     public class Item8  
  1420.     {  
  1421.         public string url { get; set; }  
  1422.         public string title { get; set; }  
  1423.         public string icon { get; set; }  
  1424.         public string hamburgerDisplay { get; set; }  
  1425.         public Entry1[] entries { get; set; }  
  1426.         public string seeAllLinkText { get; set; }  
  1427.     }  
  1428.   
  1429.     public class Entry1  
  1430.     {  
  1431.         public string title { get; set; }  
  1432.         public string url { get; set; }  
  1433.         public object[] entries { get; set; }  
  1434.         public string isPopUp { get; set; }  
  1435.     }  
  1436.   
  1437.     public class Seriesnav  
  1438.     {  
  1439.         public string title { get; set; }  
  1440.         public string url { get; set; }  
  1441.         public string menuLabel { get; set; }  
  1442.         public Item9[] items { get; set; }  
  1443.     }  
  1444.   
  1445.     public class Item9  
  1446.     {  
  1447.         public string title { get; set; }  
  1448.         public string url { get; set; }  
  1449.         public string className { get; set; }  
  1450.     }  
  1451.   
  1452.     public class Search  
  1453.     {  
  1454.         public bool isEnabled { get; set; }  
  1455.         public string ariaLabel { get; set; }  
  1456.     }  
  1457.   
  1458.     public class Defaultimage1  
  1459.     {  
  1460.         public string url { get; set; }  
  1461.         public int height { get; set; }  
  1462.         public int width { get; set; }  
  1463.     }  
  1464.   
  1465.     public class Filters  
  1466.     {  
  1467.         public Item10[] items { get; set; }  
  1468.         public int selectedIndex { get; set; }  
  1469.     }  
  1470.   
  1471.     public class Item10  
  1472.     {  
  1473.         public string label { get; set; }  
  1474.         public string url { get; set; }  
  1475.     }  
  1476.   
  1477.     public class Header3  
  1478.     {  
  1479.         public string title { get; set; }  
  1480.     }  
  1481.   
  1482.     public class Loadmore  
  1483.     {  
  1484.         public string title { get; set; }  
  1485.         public string loadingTitle { get; set; }  
  1486.         public string url { get; set; }  
  1487.     }  
  1488.   
  1489.     public class Social  
  1490.     {  
  1491.         public string label { get; set; }  
  1492.         public object[] items { get; set; }  
  1493.     }  
  1494.   
  1495.     public class Repodata  
  1496.     {  
  1497.         public Website website { get; set; }  
  1498.         public Doubleclick doubleClick { get; set; }  
  1499.         public Omniture omniture { get; set; }  
  1500.         public Trackingpixels trackingPixels { get; set; }  
  1501.     }  
  1502.   
  1503.     public class Website  
  1504.     {  
  1505.         public bool adCall1x2 { get; set; }  
  1506.         public bool adCall6x6 { get; set; }  
  1507.         public bool adCall3x3 { get; set; }  
  1508.     }  
  1509.   
  1510.     public class Doubleclick  
  1511.     {  
  1512.         public bool enabled { get; set; }  
  1513.         public int positionThreshold { get; set; }  
  1514.         public bool adReloadable { get; set; }  
  1515.         public int adReloadTime { get; set; }  
  1516.         public bool disablePOE { get; set; }  
  1517.         public Metadata metadata { get; set; }  
  1518.         public Adunits adUnits { get; set; }  
  1519.         public Keyvalues keyValues { get; set; }  
  1520.         public string exclusionCategories { get; set; }  
  1521.     }  
  1522.   
  1523.     public class Metadata  
  1524.     {  
  1525.         public string property { get; set; }  
  1526.     }  
  1527.   
  1528.     public class Adunits  
  1529.     {  
  1530.         public string _1 { get; set; }  
  1531.         public string _2 { get; set; }  
  1532.         public string _3 { get; set; }  
  1533.     }  
  1534.   
  1535.     public class Keyvalues  
  1536.     {  
  1537.         public string section { get; set; }  
  1538.         public string franchise { get; set; }  
  1539.         public string seriesalias { get; set; }  
  1540.         public string subject { get; set; }  
  1541.         public string uuid { get; set; }  
  1542.         public string site_region { get; set; }  
  1543.     }  
  1544.   
  1545.     public class Omniture  
  1546.     {  
  1547.         public bool enabled { get; set; }  
  1548.         public bool dynamicAccountSelection { get; set; }  
  1549.         public bool videoViewEventDisable { get; set; }  
  1550.         public bool enableVisitorNameSpace { get; set; }  
  1551.         public string defaultHier { get; set; }  
  1552.         public string pageName { get; set; }  
  1553.         public string channel { get; set; }  
  1554.         public Contextdata contextData { get; set; }  
  1555.     }  
  1556.   
  1557.     public class Contextdata  
  1558.     {  
  1559.         public bool vpv { get; set; }  
  1560.         public string vchannel { get; set; }  
  1561.         public string vbrandID { get; set; }  
  1562.         public string vtemplateType { get; set; }  
  1563.         public string vpageType { get; set; }  
  1564.         public string vpageSeries { get; set; }  
  1565.         public string vpageFranchise { get; set; }  
  1566.         public string vpageURL { get; set; }  
  1567.         public string vpageEvent { get; set; }  
  1568.         public string vvidEpTitle { get; set; }  
  1569.         public string vlanguage { get; set; }  
  1570.         public string vcountryName { get; set; }  
  1571.         public string vactivity { get; set; }  
  1572.         public string vwebVersion { get; set; }  
  1573.         public string vplayerVersion { get; set; }  
  1574.         public string vtveVersion { get; set; }  
  1575.     }  
  1576.   
  1577.     public class Trackingpixels  
  1578.     {  
  1579.         public string[] googleTagManager { get; set; }  
  1580.         public string[] facebook { get; set; }  
  1581.     }  
  1582.   
  1583.     public class Item11  
  1584.     {  
  1585.         public object apps { get; set; }  
  1586.         public object beltWrap { get; set; }  
  1587.         public string id { get; set; }  
  1588.         public object sponsorship { get; set; }  
  1589.         public object ariaLabel { get; set; }  
  1590.         public Meta2 meta { get; set; }  
  1591.         public Media1 media { get; set; }  
  1592.         public string title { get; set; }  
  1593.         public string url { get; set; }  
  1594.         public string className { get; set; }  
  1595.         public string label { get; set; }  
  1596.         public string cardType { get; set; }  
  1597.         public DateTime datePosted { get; set; }  
  1598.         public string description { get; set; }  
  1599.         public string entityType { get; set; }  
  1600.     }  
  1601.   
  1602.     public class Meta2  
  1603.     {  
  1604.         public Button1[] buttons { get; set; }  
  1605.         public string description { get; set; }  
  1606.         public object dropdown { get; set; }  
  1607.         public Header4 header { get; set; }  
  1608.         public object label { get; set; }  
  1609.         public object social { get; set; }  
  1610.         public string subHeader { get; set; }  
  1611.         public string itemAriaLabel { get; set; }  
  1612.         public string date { get; set; }  
  1613.     }  
  1614.   
  1615.     public class Header4  
  1616.     {  
  1617.         public object title { get; set; }  
  1618.         public int weight { get; set; }  
  1619.     }  
  1620.   
  1621.     public class Button1  
  1622.     {  
  1623.         public string title { get; set; }  
  1624.         public string url { get; set; }  
  1625.         public bool isPopUp { get; set; }  
  1626.     }  
  1627.   
  1628.     public class Media1  
  1629.     {  
  1630.         public Video video { get; set; }  
  1631.         public Image1 image { get; set; }  
  1632.         public object authorization { get; set; }  
  1633.         public string duration { get; set; }  
  1634.         public object lockedLabel { get; set; }  
  1635.         public object contentRatings { get; set; }  
  1636.     }  
  1637.   
  1638.     public class Video  
  1639.     {  
  1640.         public Asset[] assets { get; set; }  
  1641.     }  
  1642.   
  1643.     public class Asset  
  1644.     {  
  1645.         public string url { get; set; }  
  1646.         public int bitRate { get; set; }  
  1647.         public int width { get; set; }  
  1648.         public int height { get; set; }  
  1649.     }  
  1650.   
  1651.     public class Image1  
  1652.     {  
  1653.         public int width { get; set; }  
  1654.         public int height { get; set; }  
  1655.         public string ratio { get; set; }  
  1656.         public string url { get; set; }  
  1657.         public bool preserveRatio { get; set; }  
  1658.         public string aspectRatio { get; set; }  
  1659.         public string id { get; set; }  
  1660.         public bool resizable { get; set; }  
  1661.         public string title { get; set; }  
  1662.         public string shortId { get; set; }  
  1663.         public object[] imageCredits { get; set; }  
  1664.     }  
  1665.   
  1666.   
  1667. }  
 Basically the type at the top populates with data at the top.
 
The first props branch data is returned under it.
 
When I go into the Children branch type returns a value thru the loop of all the Children[x] values, however the Children branch for example Title > Text returns a null value. Example of the JSON output to the point it fails to contain data or should say it returns:
 
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at ShowWebsiteDownloader.Program.Main() in C:\Users\syarbrou.ICEO\source\repos\ShowWebsiteDownloader\ShowWebsiteDownloader\Program.cs:line 551
 

Answers (1)