Irony.NetCore
                    
                    by: daxnet
                
                - 66 total downloads
 - Latest version: 1.1.11
 
                    Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
                
            
                    
                        iTextSharp.LGPLv2.Core
                    
                    by: Vahid Nasiri
                
                - 1.696k total downloads
 - Latest version: 3.7.7
 
                    iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.
                
            
                    
                        Jaeger
                    
                    by: Chatham Financial Corp. and The Jaeger Authors
                
                - 433 total downloads
 - Latest version: 1.0.3
 
                    Jaeger .NET Tracing
                
            
                    
                        Jaeger.Communication.Thrift
                    
                    by: Chatham Financial Corp. and The Jaeger Authors
                
                - 148 total downloads
 - Latest version: 1.0.3
 
                    Package Description
                
            
                    
                        Jaeger.Core
                    
                    by: Chatham Financial Corp. and The Jaeger Authors
                
                - 130 total downloads
 - Latest version: 1.0.3
 
                    Jaeger .NET Tracing
                
            
                    
                        Jaeger.Senders.Thrift
                    
                    by: Chatham Financial Corp. and The Jaeger Authors
                
                - 140 total downloads
 - Latest version: 1.0.3
 
                    Package Description
                
            
                    
                        Jaeger.Thrift
                    
                    by: Chatham Financial Corp. and The Jaeger Authors
                
                - 334 total downloads
 - Latest version: 0.3.7
 
                    Package Description
                
            
                    
                        Jaeger.Thrift.VendoredThrift
                    
                    by: Chatham Financial Corp. and The Jaeger Authors
                
                - 294 total downloads
 - Latest version: 0.3.7
 
                    A custom version of https://github.com/apache/thrift/src/netcore that does not depend on ASP.NET Core.
                
            
                    
                        JetBrains.Annotations
                    
                    by: JetBrains
                
                - 798 total downloads
 - Latest version: 2025.2.2
 
                    JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
                
            
                    
                        JMeter
                    
                    by: phmarques Roemer
                
                - 166 total downloads
 - Latest version: 5.6.3
 
                    The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
                
            
                    
                        jose-jwt
                    
                    by: Dmitry Vsekhvalnov
                
                - 556 total downloads
 - Latest version: 5.2.0
 
                    Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET
Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET and .NET Core. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms.
Supports generating, decoding, encryption and compression of JSON Web Tokens. Full-blown support for JSON Web Keys (RFC 7517) and two way bridging with .NET core cryptography. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797).
JSON Web Encryption (JWE, RFC 7516) support. Cross compatible with all major operating systems - Windows, Linux, MacOS and FreeBSD.
Supported algorithms
Signing:
  - HMAC signatures with HS256, HS384 and HS512.
  - ECDSA signatures with ES256, ES384 and ES512.
  - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
  - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512.
  - NONE (unprotected) plain text algorithm without integrity protection
Encryption:
  - RSAES OAEP 256 384 512 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
  - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
  - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
  - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
  - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
  - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
  - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
  - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
  - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
Compression:
  - DEFLATE compression
RFC 7797:
  - Unencoded payload
  - Detached content
RFC 7516:
  - JSON Web Encryption (JWE) support
JSON Web Key (RFC 7517):
  - RSA, EC, oct keys
  - X509 Chains, SHA1 & SHA2 thumbprints
                
            
                    
                        jose-pcl
                    
                    by: Dmitry Vsekhvalnov
                
                - 52 total downloads
 - Latest version: 0.0.4
 
                    Portable Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) implementation for Windows 8, Windows Phone 8, Windows Silverlight 8 and .NET framework platforms
based on PCLCrypto portable crypto layer 
Supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- NONE (unprotected) plain text algorithm without integrity protection
                
            
                    
                        jQuery
                    
                    by: jQuery Foundation  Inc.
                
                - 1.2k total downloads
 - Latest version: 3.7.1
 
                    jQuery is a new kind of JavaScript Library.
        jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
        NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
                
            
                    
                        Json.More.Net
                    
                    by: Greg Dennis
                
                - 484 total downloads
 - Latest version: 2.1.3
 
                    Provides extended functionality for the System.Text.Json namespace.
                
            
                    
                        Json.Net
                    
                    by: Onur Barlık
                
                - 518 total downloads
 - Latest version: 1.0.33
 
                    A minimalistic JSON handler library.
                
            
                    
                        Json.Net.DataSetConverters
                    
                    by: Ales Doganoc
                
                - 118 total downloads
 - Latest version: 1.2.0
 
                    DataSet converters for Json.NET that provide full serialization for DataSets and DataTables. They preserve all the state like the serialization built in the standard .NET serializers. This enables the use of JSON serialization for all scenarios where DataSets or DataTables are used.
                
            
                    
                        JsonPatch.Net
                    
                    by: Greg Dennis
                
                - 423 total downloads
 - Latest version: 3.3.0
 
                    JSON Patch built on the System.Text.Json namespace
                
            
                    
                        JsonPointer.Net
                    
                    by: Greg Dennis
                
                - 580 total downloads
 - Latest version: 5.3.1
 
                    JSON Pointer built on the System.Text.Json namespace
                
            
                    
                        jsreport.Client
                    
                    by: Jan Blaha
                
                - 559 total downloads
 - Latest version: 3.8.1
 
                    Client for jsreport API allowing to remotely render various pdf or excel reports
                
            
                    
                        jsreport.Shared
                    
                    by: Jan Blaha
                
                - 196 total downloads
 - Latest version: 3.8.2
 
                    (Internal) Shared helpers for jsreport c# sdk