Skip to content

Implementation of Coco/R in C# to scan and parse JSON data to validate it

License

Notifications You must be signed in to change notification settings

aaabuk02/JSON-Syntax-Parser

Repository files navigation

JSON Syntax Parser

Implementation of Coco/R in C# to scan and parse JSON data to validate it. As well as having the option to display the result in an abstract syntax tree using Graphviz/dot.

Installation

  1. Install Graphviz/dot
  2. Clone this repository

Usage

  1. Input JSON into GUI text field or browse a local JSON file (example files can be found in JSON-Syntax-Parser/Final/JSON/) and validate the input


    Alt Text

      

  1. If AST Display is turned on an abstract syntax tree will be displayed


    Alt Text

TODO

  1. Implement symbol table to check for duplicate symbol names

License

MIT

About

Implementation of Coco/R in C# to scan and parse JSON data to validate it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages