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

Shortcut: decode streams and pathnames passed to jget #15

Open
aartaka opened this issue Jan 26, 2024 · 0 comments · May be fixed by #16
Open

Shortcut: decode streams and pathnames passed to jget #15

aartaka opened this issue Jan 26, 2024 · 0 comments · May be fixed by #16

Comments

@aartaka
Copy link
Contributor

aartaka commented Jan 26, 2024

Example:

(njson:jget #(1 "key" "foo") #p"/path/to/example.json")

This way one has an ever shorter feedback loop when working with JSON files. Which is a priority (is it anymore?) of NJSON.

aartaka added a commit to aartaka/njson that referenced this issue Feb 2, 2024
This way, it's easier for quick-and-dirty json indexing on files and
streams, without the need to parse them first.

String-parsing is not supported due to it being ambiguous:
- Is it a string to be parsed and then acted upon?
- Or is it a string that is erroneously indexed with wrong indices?

Closes atlas-engineer#15.
@aartaka aartaka linked a pull request Feb 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant