Help for this page

Select Code to Download


  1. or download this
    JSON::PP::boolean_values($json, 0, 1);
  2. or download this
    {
      package JSON {
        sub boolean_values {
    ...
        }
      };
    }
    
  3. or download this
    package Our::JSON;
    use base qw{ JSON };
    
    ...
    }
    
    1;