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

Add JSON_C_TO_STRING_PRETTY_COMPACT_ARRAY. #805

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dbrouwer3563
Copy link

This flag is the same as JSON_C_TO_STRING_PRETTY except that arrays will print up to 15 elements per line instead of just 1 element per line. This flag only works with elements that are of the json_type null, boolean, double, or int. Issue #795.

Signed-off-by: Deborah Brouwer deborah.brouwer@collabora.com

This flag is the same as JSON_C_TO_STRING_PRETTY except that arrays will
print up to 15 elements per line instead of just 1 element per line.
This flag only works with elements that are of the json_type null,
boolean, double, or int. Issue json-c#795.

Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
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

2 participants