Skip to content

dmorn/json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonParser

Inspiration

I read Andrea Leopardi's great article about tokenizing and parsing string and its actual utility in the real world.

After that, I decided to build a library that parses json formatted strings using this approach.

Description

The Project allows json parsing through the mix tasks provided or directly using the JsonParser module. Read the docs for further information.

Installation

The package can be installed by adding json_parser to your list of dependencies in mix.exs:

def deps do
  [{:json_parser, github: "danielmorandini/json_parser"}]
end

You can specify the release by adding tag: "x.x.x"

About

Json parser and validator. Written in Elixir and powered by Leex and Yecc

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published