Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-240

For Python 2.6 and above, use "json" module from stdlib instead of simplejson

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • python
    • None
    • Reviewed

    Description

      As described at http://bob.pythonmac.org/archives/2008/10/02/python-26-released-now-with-json/:

      1. Use simplejson or Python 2.6 json, prefer simplejson.
        try:
        import simplejson as json
        except ImportError:
        import json

      Attachments

        1. AVRO-240.patch
          2 kB
          Jeff Hammerbacher

        Activity

          People

            hammer Jeff Hammerbacher
            hammer Jeff Hammerbacher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: