We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3b42 commit e608548Copy full SHA for e608548
META.info
@@ -0,0 +1,22 @@
1
+{
2
+ "name" : "JSON::Class",
3
+ "tags" : [ "object", "serialisation", "JSON" ],
4
+ "authors" : [ "Jonathan Stowe <jns+git@gellyfish.co.uk>" ],
5
+ "author" : "Jonathan Stowe <jns+git@gellyfish.co.uk>",
6
+ "auth" : "github:jonathanstowe",
7
+ "support" : {
8
+ "source" : "git://github.com/jonathanstowe/JSON-Class.git"
9
+ },
10
+ "source-url" : "git://github.com/jonathanstowe/JSON-Class.git",
11
+ "perl" : "v6",
12
+ "build-depends" : [ ],
13
+ "provides" : {
14
+ "JSON::Class" : "lib/JSON/Class.pm"
15
16
+ "depends" : [ "JSON::Marshal", "JSON::Unmarshal" ],
17
+ "test-depends" : [
18
+ "Test"
19
+ ],
20
+ "description" : "role to provide simple serialisation/deserialisation of objects to/from JSON",
21
+ "version" : "v0.0.1"
22
+}
0 commit comments