Skip to content

Add support to quoted keys #22

@cirelli94

Description

@cirelli94

Mm I found a little problem along the way:
both toml and json should support keys like:
toml

site."google.com" = true

json

  "site": {
    "google.com": true
  }

But onion doesn't, it split it in site, google, com instead of site, "google.com"
Should we support this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions