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

Implement --nul-output #91

Merged
merged 2 commits into from
Jul 17, 2023
Merged

Implement --nul-output #91

merged 2 commits into from
Jul 17, 2023

Conversation

baodrate
Copy link
Contributor

@baodrate baodrate commented Jul 7, 2023

For compatibility with jq's upcoming release.

Introduced to jq in jqlang/jq#1990

Note that JSON can contain NUL characters (e.g. "\u0000"), so it is not possible to distinguish separate values in every case, even when using this flag

Introduced to jq in jqlang/jq#1990

Note that JSON can contain NUL characters (e.g. `"\u0000"`), so it is
not possible to distinguish separate values in every case, even when
using this flag
@01mf02 01mf02 merged commit 903f99d into 01mf02:main Jul 17, 2023
1 check passed
@01mf02
Copy link
Owner

01mf02 commented Jul 17, 2023

Thanks!

@pkoppstein
Copy link

@baod-rate - Please see #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants