Here are
35 public repositories
matching this topic...
Header-only TOML config file parser and serializer for modern C++.
🏝 Bidirectional TOML serialization
-
Updated
May 19, 2020
-
Haskell
Tomlyn is a TOML parser, validator and authoring library for .NET Framework and .NET Core
A single-file TOML reader and writer for C#
Another Python TOML encoder/decoder
-
Updated
Jan 11, 2020
-
Python
TOML parser in typescript
-
Updated
Dec 27, 2019
-
TypeScript
Rcpp Bindings to C++ parser for TOML files
Paul's Parser for Tom's Own Minimal Language
-
Updated
Feb 12, 2019
-
Common Lisp
c++ header only TOML parser
A TOML parser written in Common Lisp
-
Updated
Jul 29, 2018
-
Common Lisp
A python wrapper for tomlplusplus
PHP extension, new interface to PCRE2 library, iteration through utf-8 and ascii strings.
Parse TOML files into Swift objects.
-
Updated
May 21, 2020
-
Swift
A simple TOML serializer/deserializer for Beef
-
Updated
Jun 16, 2020
-
HyPhy
TOML parser for Wren. Parses TOML v0.5.0
A parser for TOML in Scala
-
Updated
Sep 1, 2015
-
Scala
A pure python implementation of TOML
-
Updated
Apr 3, 2020
-
Python
TOML implementation for MATLAB
-
Updated
Aug 12, 2019
-
MATLAB
-
Updated
Oct 8, 2017
-
Elixir
(WIP) Toml Parser in Typescript
-
Updated
Mar 27, 2019
-
TypeScript
Conan.io package for tinytoml project
-
Updated
May 5, 2020
-
Python
-
Updated
Feb 23, 2018
-
Shell
Things in go i keep repeating in random forms.
C++ toml v0.5.0 parser and json writer
Slightly more comprehensive toml parser
Patch, parse, and stringify TOML
-
Updated
Apr 5, 2020
-
TypeScript
Improve this page
Add a description, image, and links to the
toml-parser
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
toml-parser
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If I have a TOML file like:
this will be converted to
{"undefined": "foo bar"}This same issue exists at any level of nesting.
According to the TOML spec an empty quoted key is allowed: https://github.com/toml-lang/toml/blob/master/README.md#user-content-keys
It shows it as discouraged, but still shouldn't be parsed as "undefined"