Packages

A JSON parser that decodes JSON into a flat (non recursive) data structure.

Current section

Files

Jump to
julienne gleam.toml
Raw

gleam.toml

name = "julienne"
version = "1.0.0"
description = "A JSON parser that decodes JSON into a flat (non recursive) data structure."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "julienne" }
links = [{ title = "Website", href = "https://eyg.run" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"