Django jsonfield, is it possible to filter with json array value length?

后端 未结 0 1858
醉话见心
醉话见心 2020-11-27 13:47

Suppose I have a jsonfield with data

json_field = {
  \'bar\': [1,2,3,4]
}

I\'d like to filter data where bar has array length g

相关标签:
回答
  • 消灭零回复
提交回复
热议问题