my $roundParams = { 'AllowParticipantsToSeeEachOther' => JSON::PP::true, 'DurationInMinutes' => 10, 'MaxGamePegValue' => 5, 'MaxNumberOfCrackAttemptsPerCode' => 18, 'MaxNumberOfCrackAttemptsPerTeam' => 0, 'NumberOfDefaultHostParticipants' => 1, 'NumberOfPegsInRound' => 4, 'RoundStartTime' => "\\/Date(" . $milliSeconds . ")\\/", 'TimeBetweenRoundATimeBetweenRoundAttemptsInSeconds' => 10 }; say Dumper $roundParams; say $roundParams->{'RoundStartTime'}; say to_json $roundParams;