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

empty json object in views #137

Closed
lazedo opened this issue Feb 8, 2016 · 1 comment · Fixed by #139
Closed

empty json object in views #137

lazedo opened this issue Feb 8, 2016 · 1 comment · Fixed by #139

Comments

@lazedo
Copy link
Contributor

lazedo commented Feb 8, 2016

i think there's a difference dealing with empty json objects.
in https://github.com/benoitc/couchbeam/blob/master/src/couchbeam_ejson.erl#L63
[{}](returned by jsx) is replaced with {[]} but in views
https://github.com/benoitc/couchbeam/blob/master/src/couchbeam_view_stream.erl#L306-L319
it is not. i think couchbeam_view_stream.erl should be corrected, thoughts ?

@lazedo
Copy link
Contributor Author

lazedo commented Mar 2, 2016

#139

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 a pull request may close this issue.

1 participant