Skip to content

nazrulworld/plone.app.jsonfield

Repository files navigation

Egg Status Travis Build Status Test Coverage Python Versions Latest Version License

JSON field for Plone.

  • Plone restapi support
  • Widget: z3cform support
  • plone.supermodel support
  • plone.rfc822 marshaler field support
  • json schema support (draft3 and draft4)

Install plone.app.jsonfield by adding it to your buildout:

[buildout]

...

eggs =
    plone.app.jsonfield

and then running bin/buildout

Code repository:

https://github.com/nazrulworld/plone.app.jsonfield

Continuous Integration:

https://travis-ci.org/nazrulworld/plone.app.jsonfield

Issue Tracker:

https://github.com/nazrulworld/plone.app.jsonfield/issues

The project is licensed under the GPLv2.