ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.111 by root, Sun Oct 27 23:13:53 2013 UTC vs.
Revision 1.112 by root, Sun Oct 27 23:14:47 2013 UTC

1039 CBOR::XS implements the Concise Binary Object Representation (RFC 7049), 1039 CBOR::XS implements the Concise Binary Object Representation (RFC 7049),
1040 which is a kind of "binary JSON" that also has the ability to cleanly 1040 which is a kind of "binary JSON" that also has the ability to cleanly
1041 serialise objects. Unlike other binary formats, CBOR is actually capable 1041 serialise objects. Unlike other binary formats, CBOR is actually capable
1042 of representing all JSON texts, not just a subset of them. 1042 of representing all JSON texts, not just a subset of them.
1043 1043
1044Types-Serialiser cpan cvs-pod(Types.pm,) cvs-co(Changes) 1044Types-Serialiser cpan cvs-pod(Serialiser.pm,) cvs-co(Changes)
1045 This module is an utility module that provides a few simple datatypes, 1045 This module is an utility module that provides a few simple datatypes,
1046 constants and a serialisation protocol for CBOR::XS. It could be used 1046 constants and a serialisation protocol for CBOR::XS. It could be used
1047 for other, similar, serialisation modules (such as JSON::XS), and would 1047 for other, similar, serialisation modules (such as JSON::XS), and would
1048 improve interoperability between those modules. 1048 improve interoperability between those modules.
1049 1049

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines