Help for this page

Select Code to Download


  1. or download this
    package MySchema::Result::Detail;
    use JSON::XS;
    # Class setup, etc.
    ...
            ref $json ? encode_json($json) : $json;
        },
    });