Hi team,
when i get data from database have column type is Json, it save object like this
{
name: "john",
age: 20
}
i can query and display with postgres and paramquery, but when i filter on it, is always return value is undefined
help me , please!
Thanks!