Skip to main content

JSON representation for content in Plone from 2.0 and above

Project description

collective.jsonify exports your Plone content to JSON.

Many packages that export data from Plone have complicated dependencies, and so only work with Plone 3.0 or higher (or not even with 3.0). collective.jsonify’s only dependency is simplejson. It can be installed in any Plone version as far back as:

  • Plone 2.1 (or probably even Plone 2.0, but not tested)

  • Zope 2.6.4 (with CMF rather than Plone)

  • Python 2.2

The exported JSON is a collective.transmogrifier friendly format. Install collective.jsonify on a site you want to export from, and setup an import transmogrifier pipeline on the site you’re importing to, using the blueprints in the collective.jsonmigrator package.

Alternatively use the provided export script by adding it to

For more information see the documentation.

Warning:

This product may contain traces of nuts.

Author:

Rok Garbas, migrating for you since 2008

Source:

http://github.com/collective/collective.jsonify

Changelog

1.1 (2015-10-22)

  • set json repsonse headers [jensens]

1.0 (2015-05-16)

  • Let the wrapper test correctly for zope.interface and Interface interfaces. [thet]

  • In the wrapper class, call the value in decode, if it’s a callable. [thet]

  • When serializing datetime, date, time or DateTime properties, just use the unicode representation which can be parsed. [thet]

  • When serializing values, if there is no special handler for a field type, just try to unicode the value. [thet]

  • Fix export of defaultPage and layout. Before, always the defaultPage was set now layout is always set and defaultPage only, if there is one defined. [thet]

  • Handle plone.formwidget.geolocation Dexterity field types. [thet]

  • Check, if wrapper methods for Zope/CMF objects are Zope/CMF only objects by testing for Archetypes and Dexterity first. [thet]

  • Add BlobField for get_archetypes_fields. [thet]

  • Don’t try to convert ints to unicode in get_properties(). [djowett]

  • Zope 2.6 support for collective.jsonify. [djowett]

  • Fix setup.py to work with Python 2.2. [djowett]

  • Add error type to tracebacks. [djowett]

  • Fix read of NamedBlobImage, NamedFile and NamedBlobFile in dexterity objects. [djowett]

  • Fix read of field for unicode transcoding in dexterity objects. [djowett]

  • Make archetypes.schemaextender support more generic and handle probably most use cases. [thet]

  • Add _directly_provided export field for the object’s directly provided interfaces. [thet]

  • Add json_methods module to own Extension folder, which makes it automatically available and unnecessary to add it to the instance’s Extension folder. [thet]

  • Don’t skip ComputedField fields, but just export their computed value. Better skip them in your transmogrifier import pipeline. [thet]

  • Allow a skip_callback function to be passed to the export_content function. It evaluates to True, if the current visited item should be excluded from exporting. [thet]

  • Export a content’s references as list of UID values. [thet]

  • Declare the content_type of a field’s value only for TextField and StringField. [thet]

  • Add example buildouts for Plone 2.1, 2.5, 3 and 4. [thet]

  • Declare base64 encoding for _datafield_FIELDNAME structures. This is used to correctly decode in transmogrify.dexterity. [thet]

  • Add export module from collective.blueprint.jsonmigrator and modify to use collective.jsonify wrapper. Use it in Plone 2.1 by adding it as external method. [thet]

  • PEP 8. [thet]

  • Fixing local roles export. [realefab]

  • Make ATExtensionFields serializable. [jsbueno]

  • Fixes exporting of Image types that use ATBlob. [jsbueno]

0.2 (2014-08-18)

  • Support p.a.collection QueryField. [jone]

  • Dexterity support. [djowett]

  • Add Blob fields support. Use specific methods to retrieve filename, content type and size. [gborelli]

  • Add _get_at_field_value to wrappe.Wrapper in order to use accessor method for Archetypes fields. [gborelli]

  • @@jsonify view added. See README_JSONIFY_VIEW.rst for more [pieretti]

0.1 (2011-03-14)

  • documentation added [garbas]

  • collection of external methods from collective.blueprint.jsonmigrator and collective.sync_migrator. [garbas]

  • initial release [garbas]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.jsonify-1.1.tar.gz (18.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page