TOML.jl

A fast TOML parser for TOML 1.0 written in Julia
Popularity
29 Stars
Updated Last
1 Year Ago
Started In
May 2020

TOML.jl

A TOML v1.0.0 parser for Julia.

Build Status codecov docs

Note: In Julia 1.6+, this is a standard library and does not need to be explicitly installed. See https://docs.julialang.org/en/v1/stdlib/TOML/ for more information.

Note: A different TOML package was previously hosted in this package's URL. If you have the older package (UUID 191fdcea...) installed in your environment from https://github.com/JuliaLang/TOML.jl.git, update and other Pkg operations may fail. To switch to this package, remove and re-add TOML. The old TOML package (which only supports TOML 0.4.0) may be found in https://github.com/JuliaAttic/TOML.jl.