Help language development. Donate to The Perl Foundation
{ "license": "Artistic-2.0", "description": "Simple serialisation of objects to JSON", "version": "0.0.24", "tags": [ "object", "serialisation", "JSON" ], "authors": [ "Jonathan Stowe <[email protected]>" ], "provides": { "JSON::Marshal": "lib/JSON/Marshal.rakumod" }, "support": { "email": "[email protected]", "source": "https://github.com/jonathanstowe/JSON-Marshal.git", "bugtracker": "https://github.com/jonathanstowe/JSON-Marshal/issues" }, "source-url": "https://github.com/jonathanstowe/JSON-Marshal.git", "raku": "6.*", "resources": [ ], "author": "Jonathan Stowe <[email protected]>", "auth": "zef:jonathanstowe", "meta-version": "1", "build-depends": [ ], "api": "1.0", "depends": [ "JSON::Fast:ver<0.16+>", "JSON::Name:ver<0.0.6+>", "JSON::OptIn" ], "name": "JSON::Marshal", "test-depends": [ "Test", "JSON::Fast:ver<0.16+>" ] }