Soenneker.Blazor.LogJson 2.1.179

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.LogJson --version 2.1.179                
NuGet\Install-Package Soenneker.Blazor.LogJson -Version 2.1.179                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.LogJson" Version="2.1.179" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.LogJson --version 2.1.179                
#r "nuget: Soenneker.Blazor.LogJson, 2.1.179"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.LogJson as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.LogJson&version=2.1.179

// Install Soenneker.Blazor.LogJson as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.LogJson&version=2.1.179                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

Supports log levels, grouping, and all in a nice readable format:

alternate text is missing from this package README image

Installation

dotnet add package Soenneker.Blazor.LogJson

Usage

  1. Insert the script in wwwroot/index.html at the bottom of your <body>
<script src="_content/Soenneker.Blazor.LogJson/logjson.js"></script>
  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddLogJson();
}
  1. Inject ILogJsonInterop within pages/components where you make HttpClient calls
@using Soenneker.Blazor.LogJson.Abstract
@inject ILogJsonInterop LogJsonInterop

Simply logging some JSON

var json = "{ 'this-is', 'someJson' }"
await LogJsonInterop.LogJson(json);

Logging requests

HttpContent content = new StringContent("{ 'this-is', 'someJson' }");
await LogJsonInterop.LogRequest($"https://google.com", content);

Logging responses

HttpResponseMessage response = await client.PostAsync(requestUri, content);
await LogJsonInterop.LogResponse(response);

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.LogJson:

Package Downloads
Soenneker.Blazor.ApiClient

A lightweight and efficient API client wrapper for Blazor applications, simplifying HTTP communication with support for asynchronous calls, cancellation tokens, and JSON serialization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.881 0 12/23/2024
3.0.880 0 12/23/2024
3.0.879 0 12/23/2024
3.0.878 4 12/23/2024
3.0.877 1 12/23/2024
3.0.876 26 12/23/2024
3.0.875 27 12/23/2024
3.0.874 31 12/23/2024
3.0.873 28 12/23/2024
3.0.872 28 12/23/2024
3.0.871 37 12/22/2024
3.0.870 41 12/22/2024
3.0.869 33 12/22/2024
3.0.868 42 12/22/2024
3.0.867 38 12/22/2024
3.0.866 38 12/22/2024
3.0.862 546 12/18/2024
3.0.861 76 12/17/2024
3.0.860 97 12/17/2024
3.0.859 70 12/17/2024
3.0.858 69 12/17/2024
3.0.857 64 12/16/2024
3.0.856 94 12/16/2024
3.0.855 37 12/16/2024
3.0.854 214 12/10/2024
3.0.853 81 12/10/2024
3.0.852 64 12/10/2024
3.0.851 121 12/10/2024
3.0.850 137 12/10/2024
3.0.849 71 12/10/2024
3.0.848 147 12/9/2024
3.0.847 63 12/9/2024
3.0.846 117 12/9/2024
3.0.845 73 12/9/2024
3.0.844 171 12/9/2024
3.0.843 82 12/9/2024
3.0.842 63 12/9/2024
3.0.841 132 12/9/2024
3.0.840 63 12/9/2024
3.0.839 119 12/9/2024
3.0.838 110 12/7/2024
3.0.837 82 12/7/2024
3.0.836 77 12/6/2024
3.0.835 68 12/6/2024
3.0.834 73 12/6/2024
3.0.833 74 12/6/2024
3.0.832 77 12/6/2024
3.0.831 81 12/6/2024
3.0.830 77 12/6/2024
3.0.829 70 12/6/2024
3.0.828 77 12/6/2024
3.0.827 72 12/6/2024
3.0.826 79 12/6/2024
3.0.825 80 12/6/2024
3.0.824 71 12/6/2024
3.0.823 81 12/6/2024
3.0.822 72 12/6/2024
3.0.821 69 12/6/2024
3.0.820 77 12/6/2024
3.0.817 73 12/6/2024
3.0.816 75 12/6/2024
3.0.815 74 12/6/2024
3.0.814 77 12/6/2024
3.0.812 90 12/6/2024
3.0.811 79 12/5/2024
3.0.810 72 12/5/2024
3.0.809 76 12/5/2024
3.0.808 871 12/5/2024
3.0.807 180 12/5/2024
3.0.806 73 12/5/2024
3.0.805 142 12/5/2024
3.0.804 104 12/5/2024
3.0.803 74 12/5/2024
3.0.802 142 12/5/2024
3.0.801 71 12/5/2024
3.0.800 170 12/5/2024
3.0.799 88 12/4/2024
3.0.798 89 12/4/2024
3.0.797 72 12/4/2024
3.0.796 84 12/4/2024
3.0.795 251 12/4/2024
3.0.794 72 12/4/2024
3.0.793 69 12/4/2024
3.0.792 140 12/4/2024
3.0.791 78 12/4/2024
3.0.790 187 12/3/2024
3.0.789 74 12/3/2024
3.0.788 181 12/3/2024
3.0.787 72 12/3/2024
3.0.786 108 12/3/2024
3.0.785 73 12/3/2024
3.0.784 196 12/3/2024
3.0.783 109 12/3/2024
3.0.782 68 12/3/2024
3.0.781 66 12/3/2024
3.0.780 67 12/3/2024
3.0.779 131 12/2/2024
3.0.778 105 12/2/2024
3.0.777 71 12/2/2024
3.0.776 153 12/2/2024
3.0.775 116 12/2/2024
3.0.774 62 12/2/2024
3.0.773 171 12/2/2024
3.0.772 53 12/2/2024
3.0.771 61 12/2/2024
3.0.770 91 12/1/2024
3.0.769 69 12/1/2024
3.0.768 176 12/1/2024
3.0.767 73 12/1/2024
3.0.766 71 12/1/2024
3.0.765 250 11/29/2024
3.0.764 72 11/29/2024
3.0.763 112 11/29/2024
3.0.762 74 11/29/2024
3.0.761 200 11/29/2024
3.0.760 77 11/29/2024
3.0.759 194 11/21/2024
3.0.758 101 11/21/2024
3.0.757 117 11/21/2024
3.0.756 164 11/20/2024
3.0.755 280 11/20/2024
3.0.754 168 11/20/2024
3.0.753 129 11/20/2024
3.0.752 116 11/20/2024
3.0.751 104 11/20/2024
3.0.750 149 11/20/2024
3.0.749 77 11/20/2024
3.0.748 167 11/20/2024
3.0.747 80 11/20/2024
3.0.746 81 11/20/2024
3.0.745 86 11/19/2024
3.0.744 76 11/19/2024
3.0.743 241 11/19/2024
3.0.742 81 11/19/2024
3.0.741 142 11/19/2024
3.0.740 144 11/19/2024
3.0.739 140 11/19/2024
3.0.738 68 11/19/2024
3.0.737 149 11/19/2024
3.0.736 205 11/15/2024
3.0.735 102 11/15/2024
3.0.734 75 11/15/2024
3.0.733 74 11/15/2024
3.0.732 121 11/15/2024
3.0.731 147 11/14/2024
3.0.730 72 11/14/2024
3.0.729 124 11/14/2024
3.0.728 75 11/14/2024
3.0.727 76 11/14/2024
3.0.726 118 11/14/2024
3.0.725 75 11/14/2024
3.0.724 142 11/14/2024
3.0.723 82 11/14/2024
3.0.722 198 11/14/2024
3.0.721 131 11/14/2024
3.0.720 108 11/14/2024
3.0.719 113 11/14/2024
3.0.718 74 11/14/2024
3.0.717 80 11/14/2024
3.0.716 80 11/14/2024
3.0.715 84 11/14/2024
3.0.714 82 11/14/2024
3.0.713 80 11/14/2024
3.0.712 80 11/14/2024
3.0.711 82 11/14/2024
2.1.710 297 11/13/2024
2.1.709 80 11/13/2024
2.1.708 127 11/13/2024
2.1.707 117 11/13/2024
2.1.706 209 11/13/2024
2.1.705 138 11/13/2024
2.1.704 86 11/13/2024
2.1.703 168 11/13/2024
2.1.702 83 11/13/2024
2.1.701 85 11/13/2024
2.1.700 82 11/12/2024
2.1.699 219 11/12/2024
2.1.698 86 11/12/2024
2.1.697 325 11/9/2024
2.1.696 145 11/9/2024
2.1.695 86 11/9/2024
2.1.694 237 11/9/2024
2.1.693 85 11/9/2024
2.1.692 178 11/9/2024
2.1.691 84 11/9/2024
2.1.690 196 11/8/2024
2.1.689 76 11/8/2024
2.1.688 92 11/8/2024
2.1.687 81 11/8/2024
2.1.686 122 11/8/2024
2.1.685 83 11/8/2024
2.1.684 86 11/8/2024
2.1.683 89 11/8/2024
2.1.682 305 11/8/2024
2.1.681 166 11/8/2024
2.1.680 78 11/8/2024
2.1.679 84 11/8/2024
2.1.678 258 11/6/2024
2.1.677 74 11/6/2024
2.1.676 338 11/1/2024
2.1.675 155 11/1/2024
2.1.674 143 11/1/2024
2.1.673 122 11/1/2024
2.1.672 173 11/1/2024
2.1.671 238 10/29/2024
2.1.670 111 10/29/2024
2.1.669 76 10/29/2024
2.1.668 114 10/29/2024
2.1.667 137 10/29/2024
2.1.666 136 10/29/2024
2.1.665 99 10/29/2024
2.1.664 184 10/29/2024
2.1.663 109 10/29/2024
2.1.662 201 10/29/2024
2.1.661 77 10/29/2024
2.1.660 232 10/29/2024
2.1.659 82 10/28/2024
2.1.658 343 10/26/2024
2.1.657 78 10/26/2024
2.1.656 208 10/26/2024
2.1.655 237 10/23/2024
2.1.654 128 10/22/2024
2.1.653 139 10/22/2024
2.1.652 206 10/22/2024
2.1.651 203 10/22/2024
2.1.650 86 10/22/2024
2.1.649 145 10/22/2024
2.1.648 77 10/22/2024
2.1.647 142 10/22/2024
2.1.646 192 10/22/2024
2.1.645 254 10/18/2024
2.1.644 179 10/17/2024
2.1.643 184 10/17/2024
2.1.642 215 10/15/2024
2.1.641 154 10/15/2024
2.1.640 124 10/15/2024
2.1.639 83 10/15/2024
2.1.638 163 10/15/2024
2.1.637 147 10/15/2024
2.1.636 143 10/14/2024
2.1.635 71 10/14/2024
2.1.634 304 10/12/2024
2.1.633 105 10/12/2024
2.1.632 122 10/12/2024
2.1.631 118 10/12/2024
2.1.630 123 10/11/2024
2.1.629 122 10/11/2024
2.1.628 80 10/11/2024
2.1.627 136 10/11/2024
2.1.626 164 10/9/2024
2.1.625 101 10/9/2024
2.1.624 108 10/9/2024
2.1.623 118 10/9/2024
2.1.622 146 10/9/2024
2.1.621 151 10/9/2024
2.1.620 89 10/9/2024
2.1.619 86 10/9/2024
2.1.618 140 10/8/2024
2.1.617 142 10/8/2024
2.1.616 85 10/8/2024
2.1.615 147 10/8/2024
2.1.614 121 10/8/2024
2.1.613 80 10/8/2024
2.1.612 84 10/8/2024
2.1.611 138 10/8/2024
2.1.610 88 10/8/2024
2.1.609 222 10/4/2024
2.1.608 110 10/3/2024
2.1.607 117 10/3/2024
2.1.606 75 10/3/2024
2.1.605 86 10/3/2024
2.1.604 84 10/3/2024
2.1.603 82 10/3/2024
2.1.602 78 10/3/2024
2.1.601 84 10/3/2024
2.1.600 171 10/2/2024
2.1.599 81 10/2/2024
2.1.598 87 10/2/2024
2.1.597 89 10/2/2024
2.1.596 88 10/2/2024
2.1.595 82 10/2/2024
2.1.594 87 10/2/2024
2.1.593 84 10/1/2024
2.1.592 127 10/1/2024
2.1.591 85 10/1/2024
2.1.590 82 10/1/2024
2.1.589 85 10/1/2024
2.1.588 79 10/1/2024
2.1.587 91 10/1/2024
2.1.586 86 9/29/2024
2.1.585 77 9/29/2024
2.1.584 81 9/29/2024
2.1.583 82 9/29/2024
2.1.582 81 9/29/2024
2.1.581 83 9/29/2024
2.1.580 86 9/29/2024
2.1.579 84 9/28/2024
2.1.578 95 9/27/2024
2.1.577 80 9/27/2024
2.1.576 85 9/27/2024
2.1.575 81 9/27/2024
2.1.574 84 9/27/2024
2.1.573 86 9/27/2024
2.1.572 80 9/27/2024
2.1.571 80 9/27/2024
2.1.570 78 9/27/2024
2.1.569 87 9/27/2024
2.1.568 95 9/27/2024
2.1.567 88 9/27/2024
2.1.566 85 9/27/2024
2.1.565 91 9/27/2024
2.1.564 81 9/26/2024
2.1.563 92 9/26/2024
2.1.562 80 9/26/2024
2.1.561 94 9/26/2024
2.1.560 84 9/26/2024
2.1.559 87 9/26/2024
2.1.558 88 9/26/2024
2.1.557 85 9/26/2024
2.1.556 82 9/26/2024
2.1.555 85 9/26/2024
2.1.554 81 9/26/2024
2.1.553 84 9/26/2024
2.1.552 83 9/26/2024
2.1.551 86 9/26/2024
2.1.550 97 9/24/2024
2.1.549 78 9/23/2024
2.1.548 86 9/23/2024
2.1.547 83 9/23/2024
2.1.546 81 9/23/2024
2.1.545 77 9/23/2024
2.1.544 82 9/23/2024
2.1.543 87 9/23/2024
2.1.542 85 9/23/2024
2.1.541 93 9/23/2024
2.1.540 86 9/23/2024
2.1.539 90 9/23/2024
2.1.538 86 9/23/2024
2.1.537 93 9/23/2024
2.1.536 82 9/23/2024
2.1.535 90 9/23/2024
2.1.534 83 9/23/2024
2.1.533 82 9/23/2024
2.1.532 89 9/22/2024
2.1.531 93 9/19/2024
2.1.530 87 9/18/2024
2.1.529 102 9/18/2024
2.1.528 91 9/18/2024
2.1.527 96 9/18/2024
2.1.526 96 9/18/2024
2.1.525 91 9/17/2024
2.1.522 94 9/17/2024
2.1.521 100 9/17/2024
2.1.520 100 9/17/2024
2.1.519 87 9/17/2024
2.1.518 89 9/17/2024
2.1.517 88 9/17/2024
2.1.516 85 9/17/2024
2.1.515 94 9/17/2024
2.1.514 86 9/17/2024
2.1.513 97 9/17/2024
2.1.512 92 9/17/2024
2.1.511 91 9/17/2024
2.1.510 98 9/16/2024
2.1.509 100 9/16/2024
2.1.508 107 9/16/2024
2.1.507 99 9/16/2024
2.1.506 95 9/16/2024
2.1.505 97 9/16/2024
2.1.504 112 9/13/2024
2.1.503 113 9/12/2024
2.1.502 111 9/12/2024
2.1.501 105 9/12/2024
2.1.500 97 9/12/2024
2.1.499 112 9/12/2024
2.1.498 104 9/12/2024
2.1.497 110 9/12/2024
2.1.496 100 9/11/2024
2.1.495 106 9/11/2024
2.1.494 104 9/11/2024
2.1.493 103 9/11/2024
2.1.492 107 9/11/2024
2.1.491 105 9/11/2024
2.1.490 110 9/11/2024
2.1.489 106 9/11/2024
2.1.488 101 9/11/2024
2.1.487 128 9/11/2024
2.1.486 107 9/10/2024
2.1.485 109 9/10/2024
2.1.484 102 9/10/2024
2.1.483 110 9/10/2024
2.1.482 107 9/10/2024
2.1.481 106 9/10/2024
2.1.480 116 9/10/2024
2.1.479 98 9/10/2024
2.1.478 110 9/10/2024
2.1.476 110 9/9/2024
2.1.475 105 9/9/2024
2.1.474 108 9/9/2024
2.1.473 113 9/9/2024
2.1.472 108 9/9/2024
2.1.471 102 9/9/2024
2.1.470 109 9/9/2024
2.1.469 108 9/9/2024
2.1.468 109 9/9/2024
2.1.467 111 9/9/2024
2.1.466 104 9/9/2024
2.1.465 99 9/9/2024
2.1.464 119 9/7/2024
2.1.463 109 9/7/2024
2.1.462 105 9/7/2024
2.1.461 101 9/7/2024
2.1.460 103 9/6/2024
2.1.459 103 9/6/2024
2.1.458 100 9/6/2024
2.1.457 103 9/6/2024
2.1.456 97 9/6/2024
2.1.455 102 9/6/2024
2.1.454 117 9/5/2024
2.1.453 97 9/5/2024
2.1.452 110 9/5/2024
2.1.451 101 9/5/2024
2.1.450 97 9/5/2024
2.1.449 102 9/5/2024
2.1.448 101 9/5/2024
2.1.447 100 9/5/2024
2.1.446 111 9/5/2024
2.1.445 106 9/5/2024
2.1.444 104 9/5/2024
2.1.443 107 9/4/2024
2.1.442 105 9/4/2024
2.1.441 136 9/4/2024
2.1.440 99 9/4/2024
2.1.439 113 9/4/2024
2.1.438 101 9/3/2024
2.1.437 100 9/3/2024
2.1.436 108 9/3/2024
2.1.435 104 9/3/2024
2.1.434 101 9/3/2024
2.1.433 102 9/3/2024
2.1.432 97 9/3/2024
2.1.431 102 8/30/2024
2.1.430 92 8/29/2024
2.1.429 90 8/29/2024
2.1.428 88 8/29/2024
2.1.426 130 8/26/2024
2.1.425 93 8/26/2024
2.1.424 105 8/26/2024
2.1.423 93 8/26/2024
2.1.422 122 8/22/2024
2.1.421 164 8/22/2024
2.1.420 124 8/21/2024
2.1.419 127 8/21/2024
2.1.418 124 8/21/2024
2.1.417 105 8/21/2024
2.1.416 115 8/21/2024
2.1.415 111 8/21/2024
2.1.414 122 8/21/2024
2.1.413 108 8/20/2024
2.1.412 127 8/20/2024
2.1.411 121 8/20/2024
2.1.410 108 8/20/2024
2.1.409 112 8/20/2024
2.1.408 103 8/20/2024
2.1.407 121 8/20/2024
2.1.406 115 8/20/2024
2.1.405 120 8/19/2024
2.1.404 138 8/15/2024
2.1.403 101 8/15/2024
2.1.402 115 8/15/2024
2.1.401 112 8/15/2024
2.1.400 114 8/15/2024
2.1.399 112 8/15/2024
2.1.398 105 8/15/2024
2.1.397 113 8/15/2024
2.1.396 111 8/14/2024
2.1.395 117 8/14/2024
2.1.394 114 8/14/2024
2.1.393 117 8/13/2024
2.1.392 118 8/13/2024
2.1.391 112 8/13/2024
2.1.390 113 8/13/2024
2.1.389 94 8/7/2024
2.1.388 94 8/7/2024
2.1.387 87 8/7/2024
2.1.386 89 8/6/2024
2.1.385 82 8/6/2024
2.1.384 91 8/6/2024
2.1.383 78 8/6/2024
2.1.382 113 8/1/2024
2.1.381 76 8/1/2024
2.1.380 66 8/1/2024
2.1.379 65 8/1/2024
2.1.378 63 8/1/2024
2.1.377 73 8/1/2024
2.1.376 81 8/1/2024
2.1.375 106 7/25/2024
2.1.374 79 7/25/2024
2.1.373 74 7/25/2024
2.1.372 76 7/25/2024
2.1.371 72 7/25/2024
2.1.370 104 7/25/2024
2.1.369 79 7/25/2024
2.1.368 82 7/25/2024
2.1.367 75 7/25/2024
2.1.366 107 7/25/2024
2.1.365 78 7/25/2024
2.1.364 79 7/25/2024
2.1.363 81 7/25/2024
2.1.362 88 7/25/2024
2.1.361 79 7/25/2024
2.1.360 81 7/24/2024
2.1.359 81 7/24/2024
2.1.358 66 7/24/2024
2.1.357 73 7/24/2024
2.1.356 109 7/23/2024
2.1.355 80 7/23/2024
2.1.354 106 7/20/2024
2.1.353 103 7/20/2024
2.1.352 100 7/20/2024
2.1.351 100 7/20/2024
2.1.350 128 7/17/2024
2.1.349 88 7/17/2024
2.1.348 90 7/17/2024
2.1.347 78 7/17/2024
2.1.346 107 7/15/2024
2.1.345 93 7/14/2024
2.1.344 92 7/14/2024
2.1.343 100 7/14/2024
2.1.342 86 7/14/2024
2.1.341 89 7/14/2024
2.1.340 94 7/14/2024
2.1.339 82 7/14/2024
2.1.338 103 7/12/2024
2.1.337 108 7/11/2024
2.1.336 100 7/10/2024
2.1.335 100 7/10/2024
2.1.334 104 7/10/2024
2.1.333 86 7/10/2024
2.1.332 86 7/10/2024
2.1.331 97 7/10/2024
2.1.330 95 7/10/2024
2.1.329 94 7/10/2024
2.1.328 80 7/10/2024
2.1.327 98 7/10/2024
2.1.326 88 7/10/2024
2.1.325 84 7/10/2024
2.1.324 83 7/10/2024
2.1.323 99 7/10/2024
2.1.322 96 7/10/2024
2.1.321 99 7/10/2024
2.1.320 99 7/10/2024
2.1.319 93 7/10/2024
2.1.318 110 7/9/2024
2.1.315 87 7/9/2024
2.1.314 93 7/9/2024
2.1.313 94 7/9/2024
2.1.312 85 7/9/2024
2.1.311 80 7/9/2024
2.1.310 82 7/9/2024
2.1.309 103 7/9/2024
2.1.308 97 7/9/2024
2.1.307 91 7/9/2024
2.1.306 100 7/9/2024
2.1.305 97 7/9/2024
2.1.304 89 7/9/2024
2.1.303 84 7/9/2024
2.1.302 104 7/9/2024
2.1.301 95 7/9/2024
2.1.300 102 7/8/2024
2.1.299 92 7/8/2024
2.1.298 92 7/8/2024
2.1.296 105 7/8/2024
2.1.295 99 7/8/2024
2.1.294 121 7/8/2024
2.1.293 95 7/8/2024
2.1.292 97 7/8/2024
2.1.291 106 7/7/2024
2.1.290 97 7/7/2024
2.1.289 101 7/7/2024
2.1.288 95 7/7/2024
2.1.287 104 7/7/2024
2.1.286 110 7/7/2024
2.1.285 107 7/7/2024
2.1.284 104 7/7/2024
2.1.283 108 7/5/2024
2.1.282 108 7/4/2024
2.1.281 123 7/4/2024
2.1.280 117 7/3/2024
2.1.279 99 7/3/2024
2.1.278 106 7/3/2024
2.1.277 104 7/3/2024
2.1.276 99 7/3/2024
2.1.275 106 7/3/2024
2.1.274 109 7/3/2024
2.1.273 102 7/3/2024
2.1.272 102 7/3/2024
2.1.271 88 7/3/2024
2.1.270 102 7/3/2024
2.1.269 111 7/3/2024
2.1.268 91 7/3/2024
2.1.267 101 7/3/2024
2.1.266 110 7/1/2024
2.1.265 99 6/30/2024
2.1.264 97 6/30/2024
2.1.263 92 6/28/2024
2.1.262 96 6/28/2024
2.1.261 99 6/28/2024
2.1.260 96 6/28/2024
2.1.259 94 6/27/2024
2.1.257 103 6/27/2024
2.1.256 110 6/27/2024
2.1.255 101 6/25/2024
2.1.254 103 6/24/2024
2.1.253 96 6/24/2024
2.1.252 115 6/22/2024
2.1.251 119 6/15/2024
2.1.250 94 6/15/2024
2.1.249 97 6/14/2024
2.1.248 119 6/10/2024
2.1.247 104 6/10/2024
2.1.246 105 6/10/2024
2.1.245 117 6/1/2024
2.1.244 102 6/1/2024
2.1.243 107 6/1/2024
2.1.242 103 6/1/2024
2.1.241 115 5/31/2024
2.1.240 107 5/29/2024
2.1.239 95 5/28/2024
2.1.238 114 5/28/2024
2.1.237 102 5/27/2024
2.1.236 95 5/26/2024
2.1.235 99 5/26/2024
2.1.234 105 5/26/2024
2.1.233 110 5/25/2024
2.1.232 108 5/25/2024
2.1.231 103 5/25/2024
2.1.230 103 5/25/2024
2.1.229 107 5/25/2024
2.1.228 103 5/25/2024
2.1.227 109 5/23/2024
2.1.226 107 5/23/2024
2.1.225 101 5/23/2024
2.1.224 109 5/22/2024
2.1.223 104 5/22/2024
2.1.222 107 5/22/2024
2.1.221 100 5/22/2024
2.1.220 96 5/18/2024
2.1.219 86 5/18/2024
2.1.218 101 5/17/2024
2.1.217 113 5/16/2024
2.1.216 96 5/15/2024
2.1.215 98 5/15/2024
2.1.214 72 5/14/2024
2.1.213 111 5/13/2024
2.1.212 129 4/29/2024
2.1.211 102 4/29/2024
2.1.210 110 4/28/2024
2.1.209 95 4/28/2024
2.1.208 102 4/28/2024
2.1.207 94 4/28/2024
2.1.206 91 4/28/2024
2.1.205 95 4/28/2024
2.1.204 110 4/28/2024
2.1.203 107 4/27/2024
2.1.202 104 4/27/2024
2.1.201 134 4/19/2024
2.1.200 95 4/18/2024
2.1.199 139 4/12/2024
2.1.198 98 4/12/2024
2.1.197 108 4/12/2024
2.1.196 101 4/12/2024
2.1.195 104 4/12/2024
2.1.194 105 4/12/2024
2.1.193 106 4/11/2024
2.1.192 103 4/10/2024
2.1.191 108 4/9/2024
2.1.190 108 4/9/2024
2.1.189 167 4/2/2024
2.1.188 110 4/1/2024
2.1.187 98 3/29/2024
2.1.186 106 3/25/2024
2.1.185 108 3/25/2024
2.1.184 123 3/20/2024
2.1.183 140 3/19/2024
2.1.182 124 3/19/2024
2.1.181 126 3/18/2024
2.1.180 146 3/15/2024
2.1.179 118 3/13/2024
2.1.178 110 3/13/2024
2.1.177 114 3/13/2024
2.1.176 116 3/13/2024
2.1.175 126 3/12/2024
2.1.174 100 3/12/2024
2.1.173 102 3/12/2024
2.1.172 110 3/11/2024
2.1.171 143 3/11/2024
2.1.170 109 3/10/2024
2.1.169 122 3/8/2024
2.1.168 107 3/8/2024
2.1.167 118 3/8/2024
2.1.166 139 3/6/2024
2.1.165 134 3/4/2024
2.1.164 123 3/4/2024
2.1.163 131 3/2/2024
2.1.162 110 3/2/2024
2.1.161 105 3/2/2024
2.1.160 126 3/2/2024
2.1.159 117 3/2/2024
2.1.158 125 2/29/2024
2.1.157 120 2/29/2024
2.1.156 111 2/29/2024
2.1.155 206 2/26/2024
2.1.154 108 2/25/2024
2.1.153 110 2/25/2024
2.1.152 125 2/23/2024
2.1.151 140 2/22/2024
2.1.150 115 2/22/2024
2.1.149 121 2/22/2024
2.1.148 136 2/21/2024
2.1.147 119 2/21/2024
2.1.146 123 2/21/2024
2.1.145 112 2/21/2024
2.1.144 111 2/21/2024
2.1.143 115 2/21/2024
2.1.142 109 2/21/2024
2.1.141 113 2/20/2024
2.1.140 106 2/20/2024
2.1.139 100 2/20/2024
2.1.138 103 2/19/2024
2.1.137 115 2/19/2024
2.1.136 113 2/17/2024
2.1.135 103 2/17/2024
2.1.134 106 2/16/2024
2.1.133 105 2/16/2024
2.1.132 113 2/16/2024
2.1.131 125 2/16/2024
2.1.130 97 2/16/2024
2.1.129 108 2/16/2024
2.1.128 157 2/14/2024
2.1.127 123 2/13/2024
2.1.126 111 2/13/2024
2.1.125 105 2/13/2024
2.1.124 113 2/13/2024
2.1.123 112 2/13/2024
2.1.122 115 2/13/2024
2.1.121 152 2/12/2024
2.1.120 115 2/11/2024
2.1.119 117 2/11/2024
2.1.118 113 2/11/2024
2.1.117 115 2/10/2024
2.1.116 117 2/9/2024
2.1.115 113 2/9/2024
2.1.114 121 2/9/2024
2.1.113 114 2/8/2024
2.1.112 122 2/8/2024
2.1.111 120 2/8/2024
2.1.110 115 2/8/2024
2.1.109 122 2/7/2024
2.1.108 111 2/7/2024
2.1.107 110 2/7/2024
2.1.106 114 2/7/2024
2.1.105 113 2/7/2024
2.1.104 115 2/6/2024
2.1.103 121 2/6/2024
2.1.102 127 2/6/2024
2.1.101 117 2/5/2024
2.1.100 114 2/4/2024
2.1.99 115 2/2/2024
2.1.98 189 1/31/2024
2.1.97 127 1/29/2024
2.1.96 111 1/29/2024
2.1.95 109 1/29/2024
2.1.94 111 1/29/2024
2.1.93 123 1/28/2024
2.1.92 103 1/28/2024
2.1.91 114 1/28/2024
2.1.90 107 1/28/2024
2.1.89 107 1/27/2024
2.1.88 111 1/27/2024
2.1.87 110 1/27/2024
2.1.86 107 1/27/2024
2.1.85 105 1/27/2024
2.1.84 105 1/26/2024
2.1.83 112 1/26/2024
2.1.82 114 1/26/2024
2.1.81 111 1/26/2024
2.1.80 108 1/26/2024
2.1.79 116 1/26/2024
2.1.78 110 1/25/2024
2.1.77 107 1/25/2024
2.1.76 111 1/25/2024
2.1.75 109 1/25/2024
2.1.74 114 1/25/2024
2.1.73 120 1/19/2024
2.1.72 134 1/15/2024
2.1.71 118 1/15/2024
2.1.70 122 1/15/2024
2.1.69 128 1/15/2024
2.1.68 115 1/15/2024
2.1.67 133 1/14/2024
2.1.66 118 1/13/2024
2.1.65 123 1/12/2024
2.1.64 124 1/11/2024
2.1.63 122 1/9/2024
2.1.62 140 1/7/2024
2.1.61 131 1/5/2024
2.1.60 122 1/5/2024
2.1.59 122 1/5/2024
2.1.58 144 1/5/2024
2.1.57 156 1/1/2024
2.1.56 127 12/28/2023
2.1.55 129 12/28/2023
2.1.54 134 12/27/2023
2.1.53 128 12/27/2023
2.1.52 121 12/27/2023
2.1.51 125 12/25/2023
2.1.50 136 12/25/2023
2.1.49 124 12/25/2023
2.1.48 130 12/25/2023
2.1.47 133 12/25/2023
2.1.46 135 12/25/2023
2.1.45 121 12/24/2023
2.1.44 129 12/23/2023
2.1.43 128 12/23/2023
2.1.42 123 12/23/2023
2.1.41 125 12/23/2023
2.1.40 127 12/23/2023
2.1.39 112 12/23/2023
2.1.38 144 12/19/2023
2.1.37 177 12/10/2023
2.1.36 134 12/10/2023
2.1.35 120 12/9/2023
2.1.34 144 12/9/2023
2.1.33 127 12/9/2023
2.1.32 157 12/6/2023
2.1.31 129 12/5/2023
2.1.30 164 12/4/2023
2.1.29 144 12/4/2023
2.1.28 147 12/4/2023
2.1.27 142 12/4/2023
2.1.26 195 11/23/2023
2.1.25 139 11/23/2023
2.1.24 123 11/23/2023
2.1.23 135 11/23/2023
2.1.22 152 11/23/2023
2.1.21 149 11/20/2023
2.1.20 125 11/20/2023
2.1.19 136 11/19/2023
2.1.18 125 11/19/2023
2.1.17 137 11/19/2023
2.1.16 127 11/18/2023
2.1.15 132 11/18/2023
2.1.14 145 11/18/2023
2.1.13 155 11/18/2023
2.1.12 136 11/18/2023
2.1.11 123 11/17/2023
2.1.10 145 11/17/2023
2.1.9 120 11/17/2023
2.1.8 133 11/17/2023
2.1.7 135 11/17/2023
2.1.6 141 11/17/2023
2.1.5 129 11/17/2023
2.1.4 133 11/17/2023
2.1.3 137 11/16/2023
2.0.60 134 11/16/2023
2.0.59 134 11/16/2023
2.0.58 123 11/16/2023
2.0.57 133 11/15/2023
2.0.2 139 11/16/2023
2.0.1 132 11/16/2023
1.0.56 133 11/15/2023
1.0.55 117 11/14/2023
1.0.54 124 11/13/2023
1.0.53 147 11/10/2023
1.0.52 149 11/9/2023
1.0.51 110 11/8/2023
1.0.50 136 11/7/2023
1.0.49 141 11/6/2023
1.0.48 154 11/3/2023
1.0.47 143 11/2/2023
1.0.46 183 10/27/2023
1.0.45 158 10/25/2023
1.0.44 160 10/20/2023
1.0.43 160 10/19/2023
1.0.42 156 10/18/2023
1.0.41 152 10/17/2023
1.0.40 186 10/16/2023
1.0.39 165 10/13/2023
1.0.38 181 10/11/2023
1.0.37 189 9/21/2023
1.0.36 151 9/20/2023
1.0.35 149 9/19/2023
1.0.34 146 9/19/2023
1.0.33 163 9/15/2023
1.0.32 170 9/13/2023
1.0.31 227 9/1/2023
1.0.30 164 8/31/2023
1.0.29 166 8/30/2023
1.0.28 175 8/29/2023
1.0.27 166 8/28/2023
1.0.26 171 8/25/2023
1.0.25 184 8/22/2023
1.0.24 181 8/21/2023
1.0.23 151 8/18/2023
1.0.22 170 8/17/2023
1.0.21 222 8/11/2023
1.0.20 180 8/10/2023
1.0.19 187 8/9/2023
1.0.18 170 8/9/2023
1.0.17 444 5/24/2023
1.0.16 180 5/23/2023
1.0.15 166 5/23/2023
1.0.14 279 4/28/2023
1.0.13 273 4/12/2023
1.0.12 207 4/12/2023
1.0.11 206 4/11/2023
1.0.10 226 4/3/2023
1.0.9 245 3/23/2023
1.0.8 251 3/23/2023
1.0.7 249 3/23/2023
1.0.5 461 1/19/2023
1.0.4 323 1/14/2023
1.0.3 303 1/10/2023
1.0.2 306 1/10/2023