Skip to content

ingydotnet/jsync-pm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name

JSYNC - JSon Yaml eNCoding

Version

This document describes JSYNC version 0.25. ";

Synopsis

use JSYNC;

my $object = <any perl expression>
my $jsync = JSYNC::dump($object, {pretty => 1});
$object = JSYNC::load($jsync);

Description

JSYNC is an extension of JSON that can serialize any data objects.

See: http://jsync.org

Author

Ingy döt Net <ingy@cpan.org>

Copyright and License

Copyright 2010-2015. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

About

JSYNC Module for Perl

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages