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_print 'fn' parameter should be object, not integer #9

Open
ghaberek opened this issue Jul 7, 2020 · 0 comments
Open

json_print 'fn' parameter should be object, not integer #9

ghaberek opened this issue Jul 7, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ghaberek
Copy link
Member

ghaberek commented Jul 7, 2020

There's a check for string( fn ) but it will never be executed if fn is always an integer.

public procedure json_print( integer fn, sequence json_object, integer sorted_keys = TRUE, integer white_space = FALSE, integer indent_width = 4, integer start_column = 0 )

@ghaberek ghaberek added the bug Something isn't working label Jul 7, 2020
@ghaberek ghaberek self-assigned this Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant