pub fn as_json(value: &Value) -> Option<Json>
A JSON document read back out of an nvarchar(max) column.
nvarchar(max)
SQL Server has no JSON type, so nothing on the wire says a column holds one. This exists for callers that know it does.