Packages

SAJ (Simple API for JSON) is a SAX-inspired algorithm for parsing JSON documents

Retired package: Release invalid

Current section

Files

Jump to
saj README.md
Raw

README.md

# Saj
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `saj` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:saj, "~> 0.1.0"}]
end
```
2. Ensure `saj` is started before your application:
```elixir
def application do
[applications: [:saj]]
end
```