Field API - Custom JSON field

I found a temporary fix to this issue. Use JSON.stringify() to send the data via the onChange Method. Then using Strapi Lifecycle Hooks (beforeCreate and beforeUpdate) parse it using JSON.parse() .