Help for this page
{ package JSON { sub boolean_values { ... } }; }
package Our::JSON; use base qw{ JSON }; ... } 1;