An open API service indexing awesome lists of open source software.

https://github.com/khanh779/jsoncontent_reader

This project provides a simple JSON parser written in C# without using any external libraries.
https://github.com/khanh779/jsoncontent_reader

json json-reader json-reader-library

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Json Content Reader

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

## Getting Started
![image](https://github.com/Khanh779/JsonContent_Reader/blob/master/Screenshot/Record1.gif)

## 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