Skip to main content

as_json

Function as_json 

Source
pub fn as_json(value: &Value) -> Option<Json>
Expand description

A JSON document read back out of an nvarchar(max) column.

SQL Server has no JSON type, so nothing on the wire says a column holds one. This exists for callers that know it does.