Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nazrulworld/plone.app.jsonfield
- Owner: nazrulworld
- License: gpl-2.0
- Created: 2017-12-23T14:57:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T18:33:13.000Z (about 7 years ago)
- Last Synced: 2024-12-14T19:21:14.238Z (about 1 month ago)
- Topics: json, json-schema, plone, zope
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
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.jsonfieldand 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