JSON_VALUE function
value will been json.encode(value), before send to database
Implementation
pg.TypedValue JSON_VALUE(dynamic value) => pg.TypedValue(pg.Type.json, value);
value will been json.encode(value), before send to database
pg.TypedValue JSON_VALUE(dynamic value) => pg.TypedValue(pg.Type.json, value);