Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

JSON Field for Plone
https://github.com/nazrulworld/plone.app.jsonfield

json json-schema plone zope

Last synced: 15 days ago
JSON representation

JSON Field for Plone

Awesome Lists containing this project

README

        

.. image:: https://img.shields.io/pypi/status/plone.app.jsonfield.svg
:target: https://pypi.python.org/pypi/plone.app.jsonfield/
:alt: Egg Status

.. image:: https://img.shields.io/travis/nazrulworld/plone.app.jsonfield/master.svg
:target: http://travis-ci.org/nazrulworld/plone.app.jsonfield
:alt: Travis Build Status

.. image:: https://img.shields.io/coveralls/nazrulworld/plone.app.jsonfield/master.svg
:target: https://coveralls.io/r/nazrulworld/plone.app.jsonfield
:alt: Test Coverage

.. image:: https://img.shields.io/pypi/pyversions/plone.recipe.sublimetext.svg
:target: https://pypi.python.org/pypi/plone.recipe.sublimetext/
:alt: Python Versions

.. image:: https://img.shields.io/pypi/v/plone.app.jsonfield.svg
:target: https://pypi.python.org/pypi/plone.app.jsonfield/
:alt: Latest Version

.. image:: https://img.shields.io/pypi/l/plone.app.jsonfield.svg
:target: https://pypi.python.org/pypi/plone.app.jsonfield/
:alt: License

.. contents::

Introduction (plone.app.jsonfield)
==================================

JSON field for Plone.

Features
--------

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

Installation
------------

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

[buildout]

...

eggs =
plone.app.jsonfield

and then running ``bin/buildout``

Links
=====

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

License
-------

The project is licensed under the GPLv2.

.. _`FHIR`: https://www.hl7.org/fhir/overview.html
.. _`Plone`: https://www.plone.org/
.. _`FHIR Resources`: https://www.hl7.org/fhir/resourcelist.html
.. _`Plone restapi`: http://plonerestapi.readthedocs.io/en/latest/
.. _`plone.app.jsonfield`: https://pypi.python.org/pypi/plone.app.jsonfield/
.. _`jmespath`: https://github.com/jmespath/jmespath.py
.. _`jsonpath-rw`: http://jsonpath-rw.readthedocs.io/en/latest/
.. _`jsonpath-ng`: https://pypi.python.org/pypi/jsonpath-ng/1.4.3