Skip to content
#

toml-parser

Here are 55 public repositories matching this topic...

slinkardbrandon
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
good first issue parsing

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