Help for this page

Select Code to Download


  1. or download this
    $json = $json->allow_nonref ([$enable])
    $enabled = $json->get_allow_nonref
    
  2. or download this
           JSON::XS->new->allow_nonref->encode ("Hello, World!")
           => "Hello, World!"