Skip to content

TheTrio/JSON-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple JSON parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages