perl6-json-class 0.0.18
Channel: guix
Home page: https://github.com/jonathanstowe/JSON-Class
Licenses: Artistic License 2.0
Synopsis: Provide simple serialization/deserialization of objects to/from JSON
Description:
This is a simple role that provides methods to instantiate a class from a JSON string that (hopefully) represents it, and to serialize an object of the class to a JSON string. The JSON created from an instance should round trip to a new instance with the same values for the public attributes. Private attributes (that is ones without accessors,) will be ignored for both serialization and deserialization. The exact behaviour depends on that of JSON::Marshal
and JSON::Unmarshal
respectively.
Total results: 1