Top 20 NuGet parser Packages

JSON parser with binary support and validation capabilities, based on a popular, standard schema syntax (subset of ASN.1, used as JSON schema). Data serialization in JSON and DER formats. Run-time schema loading, schema evolution, dynamic bindings. Start with schema-less JSON and transition into sc...
PocketCsvReader is a lightweight library dedicated to the parsing of delimited flat file such as CSV or TSV files. The main function is to read the content of the file and load it into a DataTable.
.NET Compiler Platform ("Roslyn") support for working with Visual Studio text buffers. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
.NET Compiler Platform ("Roslyn") support for Visual Studio. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
Fable binding for the Parsimmon parser combinator library
Redistributable runtime library for parsers generated with Hime (LR, RNGLR).
A lucene style query parser that is extensible and allows additional syntax features.
Simple yet powerfull library to made parsing CLI arguments easy. Library also allow to print usage help and application version "out of box".
Terse syntax C# command line parser for .NET with F# support. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
File parser designed to read text files line-by-line, saving each line's content into basic types vars (int, double, string, etc.).
A Qif Reader for the .Net Standard library
Package Description
Accepts and parses strings in the format of an RFC 2253 Distinguished Name, and optionally normalizes them for direct comparison of equivalency. This project is a .NET Standard 1.3 solution to parse LDAP (or X.509) Distinguished Names and optionally normalize them so that two (or more) Distinguishe...
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn + Conan"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://github.com/conan-roslyn/Conan This package was built from the sour...
TreeBasedCli is a C# library that simplifies the process of creating command-line interfaces (CLIs) with nested subcommands. This library is designed to help developers build CLIs that offer an intuitive and user-friendly experience, with clear and concise documentation and actionable error messages...
An easy to use, simple, strongly typed dotnet core command line parser.
A set of useful utilities to build a console app
A set of useful utilities to build a console app
HtmlMonkey is a lightweight HTML/XML parser written in C#. It allows you to parse an HTML or XML string into a hierarchy of node objects, which can then be traversed or queried using jQuery-like selectors. The library also supports creating node objects from code and producing HTML or XML from those...