JSON Field
This module allows you to store data as JSON, validate its structure, and render it in various ways. It can display the JSON data using the JSON Editor library for editing and the JSONView library for viewing, and also integrate it into REST views.
This module allows you to store data, probably coming from some 3rd party source, as pure JSON.
Once it is in Drupal you can render it as JSON, using a nice jquery library, validate that the json itself is fine, and also render out the json field inside rest views as subpart of the main json.
Dependencies
The minimum database versions are:
- MySQL v5.7.8
- MariaDB v10.2.7
- PostgreSQL v9.2
- sqlite v3.26
The JSON Editor library provides an improved UI for editing JSON data, e.g. on a node edit form.
The jsonview library provides an improved UI for viewing JSON on the front-end, e.g. on a node page.
See the included README.md file for full installation instructions.