Skip to content

This project provides a simple JSON parser written in C# without using any external libraries.

License

Notifications You must be signed in to change notification settings

Khanh779/JsonContent_Reader

Repository files navigation

Json Content Reader

This project provides a simple JSON parser written in C# without using any external libraries.

Getting Started

image

Features

  1. Read JSON Content:

    • Parse and read JSON content string.
  2. Differentiate Property Types:

    • Identify single-value properties, multi-value properties, and arrays.
  3. Support Multiple Value Types:

    • Handle various types of JSON values including strings, numbers, booleans, and nested objects.

4 Convert JObject to Formatted JSON String:

  • Transforms a JObject into a well-formatted JSON string with proper indentation and line breaks for readability.

Installation

  • .NET Framework 4.7.2 or higher

About

This project provides a simple JSON parser written in C# without using any external libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages