Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.46 KB

File metadata and controls

44 lines (23 loc) · 1.46 KB

JSON-Parser

A simple JSON parser

About

A toy library to parse JSON into C# objects(Dictionary and List)

Do note that this project doesn't aim to implement the entire JSON Specification(which can be found here), although it does conform to most of it.

Examples

A Basic One

image

One with more nesting

image

One without a closing bracket

image

One with a missing quote

image

One with single line comments

image

One with multi line comments

image

Run

You can use the dotnet CLI to run the program. You need to pass the path of the file as an argument.

dotnet run -- test.json