Пакет perl-JSON-DWIW: Информация

    Исходный пакет: perl-JSON-DWIW
    Версия: 0.38-alt1
    Собран:  28 сентября 2009 г. 17:22
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/JSON-DWIW/

    Лицензия: Artistic
    О пакете: Flexible and fast JSON converter for Perl
    Описание: 
    Other JSON modules require setting several parameters before
    calling the conversion methods to do what I want.  This module
    does things by default that I think should be done when working
    with JSON in Perl.  This module also encodes and decodes faster
    than JSON.pm and JSON::Syck in my benchmarks.
    
    This means that any piece of data in Perl (assuming it's valid
    unicode) will get converted to something in JSON instead of
    throwing an exception.  It also means that output will be strict
    JSON, while accepted input will be flexible, without having to
    set any options.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-JSON-DWIW (x86_64, i586)

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Michael Bochkaryov


      1. perl-Math-BigInt
      2. perl-devel

    Последнее изменение


    28 сентября 2009 г. Michael Bochkaryov 0.38-alt1
    - 0.38 version
      + fixed build for x86_64
      + added ascii, bare_solidus, and minimal_escaping options
      + miscelaneous fixes - see WhatsNew file
    6 сентября 2008 г. Michael Bochkaryov 0.27-alt1
    - 0.27 version
      + documented the is_valid_utf8() method
      + added the upgrade_to_utf8() method
      + added shell-style comment support to the from_json() method
      + documented comment support
    - fix directory ownership violation
    31 июля 2008 г. Michael Bochkaryov 0.26-alt1
    - 0.26 version build
      + fixed number parsing bug (rt.cpan.org #37541)
      + documented utility functions