# `Selecto.Builder.JsonOperations`

SQL generation for PostgreSQL JSON operations.

Generates SQL for JSON path queries, aggregation, manipulation, and testing
functions. Supports both JSON and JSONB column types with proper parameter
binding and PostgreSQL-specific syntax.

# `build_json_filter`

Generate SQL for a JSON operation in WHERE clauses.

Returns SQL iodata suitable for filtering conditions.

# `build_json_operations`

Generate SQL for multiple JSON operations.

Returns {sql_iodata, parameters} tuple for batch operations.

# `build_json_select`

Generate SQL for a JSON operation in SELECT clauses.

Returns SQL iodata with proper function calls and parameter binding.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
