API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
void pgsql_params_add_json ( PgsqlParams* self, const char* value )
Adds a JSON parameter as PostgreSQL JSON type.
The value should be a valid JSON string that will be stored as-is in PostgreSQL.
value
Type: const char*
const char*
The JSON string value to add.
NULL