#
toml-parser
Here are 44 public repositories matching this topic...
TOML for Modern C++
toml-parser
toml
c-plus-plus
parser
serializer
c-plus-plus-11
c-plus-plus-14
header-only
c-plus-plus-17
c-plus-plus-20
-
Updated
Apr 2, 2021 - C++
TOML parser for Node.js and the Browser. Parses TOML v0.4.0
-
Updated
Jan 30, 2019 - JavaScript
Tomlyn is a TOML parser, validator and authoring library for .NET Framework and .NET Core
-
Updated
Dec 28, 2020 - C#
-
Updated
Mar 14, 2021 - Haskell
A single-file TOML reader and writer for C#
-
Updated
Feb 28, 2021 - C#
A TOML parser implementation for data serialization and deserialization in Fortran
-
Updated
Feb 28, 2021 - Fortran
Rcpp Bindings to C++ parser for TOML files
-
Updated
Jan 14, 2021 - C++
bobfang1992
commented
Jun 20, 2020
As pypi coming into shape this can be put on the map.
Open
Add Py2.7 Support
Paul's Parser for Tom's Own Minimal Language
-
Updated
Feb 12, 2019 - Common Lisp
No fanfare TOML C++ Library
-
Updated
Apr 7, 2021 - C
A simple TOML serializer/deserializer for Beef
-
Updated
Jul 20, 2020 - HyPhy
PHP extension, new interface to PCRE2 library, iteration through utf-8 and ascii strings.
-
Updated
Apr 7, 2020 - C++
A TOML parser that produces output compatible with ESLint
-
Updated
Mar 31, 2021 - TypeScript
slinkardbrandon
commented
Oct 21, 2020
One of the missing features today is the "optional object identifier index" that jq provides out of the box.
Below are examples using jq today but tq needs the equivelent support for TOML files.
{"foo": 42, "bar": "less interesting data"} | jq '.foo?' // 42
{"notfoo": true, "alsonotfoo": false} | jq '.foo?' // null
Improve this page
Add a description, image, and links to the toml-parser topic page so that developers can more easily learn about it.
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."


I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!