Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 784 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 784 Bytes

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