Checks whether a candidate expression is contained within this JSON expression.
Parameters
Expression to search for in this JSON expression.
String representing JSON path/keys that match specific fields to search for candidate. Note: Optional path argument is not supported by all vendors; please check the documentation.
Samples
org.jetbrains.exposed.sql.json.JsonColumnTests.testJsonContains
Checks whether a candidate value is contained within this JSON expression.
Parameters
Value to search for in this JSON expression.
String representing JSON path/keys that match specific fields to search for candidate. Note: Optional path argument is not supported by all vendors; please check the documentation.
Samples
org.jetbrains.exposed.sql.json.JsonColumnTests.testJsonContains