TOMLDecoder
TOML converter
A tool to convert TOML data into Swift Codable objects
From TOML to Swift Codable types.
71 stars
5 watching
5 forks
Language: Swift
last commit: 13 days ago
Linked from 1 awesome list
codableswifttoml
Related projects:
Repository | Description | Stars |
---|---|---|
ddddxxx/swiftyopencc | A Swift library for converting between Traditional and Simplified Chinese text | 200 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 205 |
sclevine/yj | A command-line tool for converting between various data formats. | 976 |
remarshal-project/remarshal | Converts data between multiple formats such as CBOR, JSON, MessagePack, TOML, and YAML. | 529 |
dduan/termbox | A Swift wrapper for a lightweight TUI library | 74 |
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 |
toruniina/toml11 | A C++ library for parsing and serializing the TOML data format | 1,043 |
xuri/toml-to-go | Translates TOML into a Go type definition in real-time | 151 |
mamesoft/tonumber | Adds toDouble and toFloat methods for converting strings to numeric types in Swift | 10 |
shockerli/cvt | Converts data types safely and efficiently in Go programs | 48 |
kowainik/tomland | A Haskell library for bidirectional serialization of TOML configuration data | 122 |
dprint/dprint-plugin-toml | A plugin for formatting TOML configuration files | 18 |
dillonkearns/elm-ts-json | Builds a standardized API for encoding and decoding data between Elm and TypeScript | 42 |