Packages

Encode and decode JSON from and to Gleam types

Current section

Files

Jump to
convert_json src convert_json.gleam
Raw

src/convert_json.gleam

import gleam/io
pub fn main() {
io.println("Hello from convert_json!")
}