Skip to content

Instantly share code, notes, and snippets.

@tech4him1
Last active November 20, 2017 19:05
Show Gist options
  • Select an option

  • Save tech4him1/fad9b78d9837e4b3b9b57bd8495cdd12 to your computer and use it in GitHub Desktop.

Select an option

Save tech4him1/fad9b78d9837e4b3b9b57bd8495cdd12 to your computer and use it in GitHub Desktop.

Correct TOML parse:

{"menu":[{"main":[{"name":"a"},{"name":"new"}]}]}

Breaking TOML parse:

{"menu":{"main":[{"name":"a"},{"name":"new"}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment