This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Description
We are using schema_metatag module on our project and problem is when I want to fetch metatags, I get errors thrown for JSON-LD metatags.
Here is example of error String cannot represent non scalar value: associative array(4) with first keys: "@type", "name", "url", "logo".
Problem is that Metatag.value field is defined as String, but we have an array in this case.
Any ideas on how we can add support for this?