summaryrefslogtreecommitdiff
path: root/devel/py-omnijson/pkg-descr
blob: 4c642656aba832073e73b99b6533730c539329bc (plain) (blame)
1
2
3
4
5
6
7
8
9
Wraps the best JSON installed, falling back on an internal simplejson.

Features:

    * Loads whichever is the fastest JSON module installed
    * Falls back on built in pure-python simplejson, just in case.
    * Proper API (loads(), dumps())
    * Vendorizable
    * Supports Python 2.5-3.2 out of the box