5 references to Json
Aspire.Dashboard.Tests (2)
Integration\MockOpenIdAuthority.cs (2)
49
return Results.
Json
(new
86
return Results.
Json
(new
Microsoft.AspNetCore.Http.Results (1)
Results.cs (1)
187
=>
Json
<object>(data, options, contentType, statusCode);
Nats.ApiService (1)
Program.cs (1)
26
return Results.
Json
(new { rtt, nats.ServerInfo });
SignalRServerlessWeb (1)
Program.cs (1)
46
return Results.
Json
(negotiateResponse, jsonSerializerOptions);