查询tags 里的tag1的值,怎么做呢?
Open
- Dominant language
- Go
- Stars
- 831
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
DB.Create(&User{
Name: "json-1",
Attributes: datatypes.JSON([]byte(`{"name": "jinzhu", "age": 18, "tags": ["tag1", "tag2"], "orgs": {"orga": "orga"}}`)),
}
查询tags里,是否有tag1,怎么做呢?谢谢!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.