Mysql json field in where clause escaping the field name

can some one help me i am traying to create a eq(sql${schedules.extraFields}->>'user', userId),, to acess a json field but the generated query is invalid its escaping the 'user'
Was this page helpful?