Jump to letter: [
ACDFKLMPSTW
]
perl-JSON: Converts Perl data to and from JavaScript Object Notation
- Summary
- JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is
completely language independent but uses conventions that are familiar to
programmers of the C-family of languages, including C, C++, C#, Java,
JavaScript, Perl, Python, and many others. These properties make JSON an
ideal data-interchange language.
This module converts between JSON (JavaScript Object Notation) and Perl data
structure into each other. For JSON, see http://www.json.org/
Changelog
- * Fri Jan 8 02:00:00 2010 Christoph Maser <cmr{%}financial{*}com> - 2.17-1 - 8447+/cmr
- Updated to version 2.17.
- * Tue Nov 24 02:00:00 2009 Christoph Maser <cmr{%}financial{*}com> - 2.16-1
- Updated to version 2.16.
- * Sat Aug 22 03:00:00 2009 Christoph Maser <cmr{%}financial{*}com> - 2.15-3
- Update dependencies from META.yml