Help for this page

Select Code to Download


  1. or download this
    $json = XML::XML2JSON->new(content_key => "Value",attribute_prefix => 
    +"",pretty => 'true');
    
    $jsondata = $json->convert($responsebody);
    
  2. or download this
    {
       "Titles" : {
    ...
                      "DurationInSeconds" : {
                         "Value" : "11280"
                      },
    
  3. or download this
    {
        "Titles": {
    ...
                    "resultCount": 1,
                    "Content": [{
                        "DurationInSeconds": 11280,