Help for this page

Select Code to Download


  1. or download this
    my $data = { 
        age=>18, 
        handler=>\"function(){ alert('hello, worldly') }" 
    };
    my $json = encode_json( $data )
    
  2. or download this
    { age: 18, 
     handler: function(){ ... }
    }