toml-to-go
TOML parser
Translates TOML into a Go type definition in real-time
Translates TOML into a Go type in your browser instantly
151 stars
19 watching
29 forks
Language: JavaScript
last commit: over 2 years ago convertergeneratorgogolangstructtomltranslates-toml
Related projects:
Repository | Description | Stars |
---|---|---|
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
uiri/toml | A Python library for parsing and creating the TOML data interchange format. | 1,095 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
toml-lang/toml-test | A tool that verifies the correctness of TOML parsers and writers through automated testing. | 216 |
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
iarna/iarna-toml | A TOML parser and stringifier that provides a familiar JSON interface. | 320 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
go-rel/rel | A modern ORM layer for Golang | 770 |
xuri/xgen | A tool that generates code from XML schema definitions. | 338 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
mozillazg/go-pinyin | A Go library and command-line tool for converting Hanzi characters to Pinyin | 1,627 |
yosymfony/toml | A PHP parser for TOML configuration files | 200 |
xhit/go-str2duration | Converts time durations from string format to Go's time.Duration type with support for weeks and days. | 101 |