Skip to content

tuwaiq-dotnet/json-parser

Repository files navigation


Tuwaiq Logo
JSONParser

A minimal JSON parser CLI app built with pure C#.

Key FeaturesHow To UseRelatedLicense

Demo

Key Features

  • Any valid string to JSON
    • Comfortably enter JSON string and let the cli generate JSON file
  • Independent Tokenizer component
  • Independent Parser component
  • Built-in CLI app
  • Built-in Test Cases
    • Validate the accuracy of the tool with built-in tests
  • Pure C#
  • Zero Dependencies

How To Use

To clone and run this application, you'll need Git and .NET Framework 4.7.2 installed.

From your command line:

# Clone this repository
$ git clone https://github.com/tuwaiq-dotnet/json-parser.git

# Go into the repository
$ cd json-parser

# Run the cli
$ dotnet run

Note: the parser is in alpha version as of now. Use with caution.

Related

  • Tokenizer - general-purpose C# tokenizer with 8 injectable handlers

License

MIT

Developers

GitHub @AWManeea   

GitHub @Abdullah-albagshi   

GitHub @ibra0022   

GitHub @younes-alturkey  ·  Website younesalturkey.sa