Metadata-Version: 2.0
Name: plone.jsonserializer
Version: 0.9.5
Summary: JSON serialization/deserialization adapters for Plone.
Home-page: https://github.com/pyrenees/plone.jsonserializer/
Author: Plone Foundation
Author-email: foundation@plone.org
License: gpl
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: setuptools
Provides-Extra: test
Requires-Dist: plone.app.testing (>=4.2.2); extra == 'test'

# plone.jsonserializer

JSON Serialization/Deserialization resources for Plone

Changelog
=========

0.9.5 (2017-08-30)
------------------

- Fix issue where invalid vocabulary value broke serialization by only warn
  about it and deserializing invalid value to None
  [datakurre]

0.9.4 (2017-08-21)
------------------

- Add support for serializing plone.app.textfield RichTextValues
  [datakurre]

0.9.3 (2017-04-24)
------------------

- Fix issue where schema_compatible was unable to deserializer BytesLine from unicode string
  [datakurre]


0.9.2 (2017-01-24)
------------------

- Fix issue where deserializer failed when value had extra fields to target
  schema
  [datakurre]


0.9.1 (2016-09-09)
------------------

- Add zope.schema.Bool adapter for ISchemaCompatible
  [datakurre]


0.9.0 (2016-09-08)
------------------

- First release.



