Metadata-Version: 2.4
Name: plone.jsonserializer
Version: 1.0.0
Summary: JSON serialization/deserialization adapters for Plone.
Home-page: https://github.com/plone/plone.jsonserializer/
Author: Plone Foundation
Author-email: foundation@plone.org
License: gpl
Keywords: plone json serializer
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.2
Classifier: Framework :: Plone :: Addon
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: setuptools
Provides-Extra: test
Requires-Dist: plone.app.testing>=4.2.2; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

plone.jsonserializer
====================


JSON Serialization/Deserialization resources for Plone

Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

1.0.0 (2026-05-18)
------------------

Internal:


- Make final release, no further changes.


1.0.0a1 (2025-12-23)
--------------------

Internal:


- PEP 420 namespace package.
  Configure with plone/meta.
  @petschki


0.9.12 (unreleased)
-------------------

- Nothing changed yet.


0.9.11 (2022-11-25)
-------------------

- Remove deprecation warning (Fixes #10) [ale-rt]


0.9.10 (2020-07-01)
-------------------

- zope.interface >= 5.0 adapter registration fix [petschki]


0.9.9 (2020-05-05)
------------------

- Python 3 compatibility [cdw9]


0.9.8 (2020-01-28)
------------------

Bug fixes:

- Fix unicode issue in deserializing RichTextValue from JSON [espenmn]

0.9.7 (2019-02-10)
------------------

- Python 3 compatibility
  [petschki]

0.9.6 (2017-12-14)
------------------

- Fix issue where deserialized rich text value got wrong default output
  mimetype (got "x-safe-html" instead of "x-html-safe")
  [datakurre]

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.

