<?php
    $data = array(array('name'=>'John Q. Public', 'userID'=>'l337d00d'));
    echo wddx_serialize_value($data,'results');
?>
