Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON literals #40

Open
kevlarr opened this issue May 24, 2022 · 0 comments
Open

JSON literals #40

kevlarr opened this issue May 24, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@kevlarr
Copy link
Collaborator

kevlarr commented May 24, 2022

Literal JSON objects should be supported, also allowing for populating with reference values

schema
  table1
    record1
      name 'Some Name'

  table2
    _
      json_col {
        "name": [email protected]
      }

Should this essentially mimic JSON exactly (ie. double quotes for keys) to allow better copy/paste? Should it be more self-consistent and use single quotes for text keys? Or should it just be key: value without quotes around the key?

@kevlarr kevlarr added the enhancement New feature or request label May 24, 2022
@kevlarr kevlarr added this to the Expand literal values milestone May 24, 2022
@kevlarr kevlarr added the question Further information is requested label May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant