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

Make it possible to define new @foo formats in jq, not just C #1227

Open
dbohdan opened this issue Sep 4, 2016 · 1 comment · May be fixed by #3230
Open

Make it possible to define new @foo formats in jq, not just C #1227

dbohdan opened this issue Sep 4, 2016 · 1 comment · May be fixed by #3230

Comments

@dbohdan
Copy link

dbohdan commented Sep 4, 2016

This is an offshoot of issue #685.

Is anyone working on this? If not, would you be interested in a PR?

@dossy
Copy link

dossy commented Jul 10, 2024

Personally, I'd really like to see @sql implemented, either in C or jq.

itchyny added a commit to itchyny/jq that referenced this issue Jan 20, 2025
This commit extends the "def" syntax to define string formats.
By writing `def @foo: ...;`, `@foo` string format is available
in the following query. This idea is influenced by jaq.
itchyny added a commit to itchyny/jq that referenced this issue Jan 20, 2025
This commit extends the "def" syntax to define string formats.
By writing `def @foo: ...;`, `@foo` string format is available
in the following query. This idea is influenced by jaq.
itchyny added a commit to itchyny/jq that referenced this issue Jan 20, 2025
This commit extends the "def" syntax to define string formats.
By writing `def @foo: ...;`, `@foo` string format is available
in the following query. This idea is influenced by jaq.
itchyny added a commit to itchyny/jq that referenced this issue Jan 22, 2025
This commit extends the "def" syntax to define string formats.
By writing `def @foo: ...;`, `@foo` string format is available
in the following query. This idea is influenced by jaq.
itchyny added a commit to itchyny/jq that referenced this issue Jan 22, 2025
This commit extends the "def" syntax to define string formats.
By writing `def @foo: ...;`, `@foo` string format is available
in the following query. This idea is influenced by jaq.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants