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.
- Host: GitHub
- URL: https://github.com/khanh779/jsoncontent_reader
- Owner: Khanh779
- License: gpl-3.0
- Created: 2024-08-15T13:57:48.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-15T14:02:42.000Z (10 months ago)
- Last Synced: 2025-01-21T02:07:36.436Z (5 months ago)
- Topics: json, json-reader, json-reader-library
- Language: C#
- Homepage:
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
## 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