Help for this page

Select Code to Download


  1. or download this
    sub to_json {
        my ($ref) = @_;
    ...
            return "\"$ref\"";
        }
    }
    
  2. or download this
    print to_json({ this => 'that', other => 'whatever' });