https://bugzilla.redhat.com/show_bug.cgi?id=1130098

            Bug ID: 1130098
           Summary: Review Request: python-ejson - Extensible json
                    serializer/deserializer library
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: nob...@fedoraproject.org
          Reporter: pa...@hubbitus.info
        QA Contact: extras...@fedoraproject.org
                CC: package-review@lists.fedoraproject.org



Spec URL:
https://raw.githubusercontent.com/Hubbitus/Fedora-packaging/master/SPECS/python-ejson.spec
SRPM URL:
http://hubbitus.info/rpm/Fedora20/python-ejson/python-ejson-0.1.6-1.fc20.src.rpm
Description: There are countless scenarios that we need to exchange data
between
different systems, implemented in different languages and technologies.
Even in the same system, when implementing data exchange between the
backend and the frontend we face the need to convert the language data
types to another format and then do the oposite when the data arrives in
the other side of the wire.

A very simple and flexible format that seems to fit most of our needs is
the JavaScript Object Notation, or simple `json`. It is very hard to
find a programming language these days that does not support it, even
the low level ones, like C, C++, etc.

Json is enough when we need to exchange data types like integers,
doubles, strings, lists and hash tables. The problem starts when we need
to exchange a complex data type. And it's the exact aim of this
document: providing an API to extend the `json` library to make it easy
to register new serializers and new deserializers.

Fedora Account System Username: Hubbitus

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to