Help for this page

Select Code to Download


  1. or download this
    sub encode
    {
        my ($path,$href) = @_;
    ...
        return convert_file_to_arr($path,$json_text);
    
    }