Skip to content

Small Haskell JSON-parser made for a research assignment for school. Final grade: 10

Notifications You must be signed in to change notification settings

daniel1890/json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Haskell JSON-parser

What can this parser parse?

  • JSON objects.
  • JSON strings.
  • JSON numbers(integers).
  • JSON booleans.
  • JSON nulls.

How to run this project

To run this project the GHC has to be installed, see this link. It's recommended to also install cabal so the project can be easily compiled with the following command in your favorite CLI application: cabal run.

About

Small Haskell JSON-parser made for a research assignment for school. Final grade: 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published