Source: raku-json-class Maintainer: Debian Rakudo Maintainers Uploaders: Dominique Dumont , Timo Paulssen Section: interpreters Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-raku, raku-json-fast, raku-json-marshal (>= 0.0.25), raku-json-name, raku-json-optin, raku-json-unmarshal (>= 0.14) Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-json-class Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-json-class.git Homepage: https://github.com/jonathanstowe/JSON-Class Rules-Requires-Root: no Package: raku-json-class Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 loong64 mips mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x x32 Depends: ${misc:Depends}, ${raku:Depends}, raku-json-marshal (>= 0.0.25), raku-json-name, raku-json-optin, raku-json-unmarshal (>= 0.14) Description: Raku role to serialise objects to or from JSON This is a simple role that provides methods to instantiate a class from a JSON string that (hopefully) represents it, and to serialise an object of the class to a JSON string.