Skip to content

elixir-makeup/makeup_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakeupJson

A Makeup lexer for the JSON language.

Installation

If available in Hex, the package can be installed by adding makeup_json to your list of dependencies in mix.exs:

def deps do
  [
    {:makeup_json, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/makeup_json.