Looks like these two modules are trying to accomplish the same thing.

https://www.drupal.org/project/jsonb

Although, jsonb supports JSONB as well for Postgres 9.4 users, and the data type of the field is set as JSON (which is now a valid type in versions MySQL, MariaDB and Postgres). Users can select JSON or JSONB as a field type, and the schema will fallback to the most applicable storage format (ex. json for anything not Postgres).

http://cgit.drupalcode.org/jsonb/tree/src/Plugin/Field/FieldType?h=8.x-1.x

Comments

kevinquillen created an issue. See original summary.

kevinquillen’s picture

Issue summary: View changes
kevinquillen’s picture

Issue summary: View changes
Jaesin’s picture

Hi Kevin. We've been using this module for a while and decided to publish since it's been quite stable for us.

I think you are asking if we plan to add actual json storage to this module.

I don't think we are planning that at this time. We needed this module to work with the minimum requirements of Drupal 8.

Jaesin’s picture

Status: Active » Closed (works as designed)