Soenneker.Blazor.LogJson 3.0.924

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 3.0.924                
NuGet\Install-Package Soenneker.Blazor.LogJson -Version 3.0.924                
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="3.0.924" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.LogJson --version 3.0.924                
#r "nuget: Soenneker.Blazor.LogJson, 3.0.924"                
#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=3.0.924

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

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
  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddLogJsonInteropAsScoped();
}
  1. Inject ILogJsonInterop within pages/components
@using Soenneker.Blazor.LogJson.Abstract
@inject ILogJsonInterop LogJsonInterop

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