예제 #1
0
function jsonh_encode($object, $options = 0)
{
    return JSONH::stringify($object, $options);
}