Skip to content

mkp7/clojure-json-parser

Repository files navigation

JSON Parser in Clojure

JSON Parser implementation in Clojure

Introduction

  • The full source code is in src/clojure_json_parser/core.clj file.
  • parse-json is the primary JSON parser function.
  • test-json-parser tests against a set of test cases in test/clojure_json_parser/cases.

Usage

  1. Install Java
  2. Install leiningen (which also installs Clojure)
  3. Start repl by running the following command from the project directory
$ lein repl
  1. Run the test function inside repl
(test-json-parser)

About

JSON Parser implementation in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published