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

custom_json #3

Open
zjiang4 opened this issue Jan 22, 2018 · 0 comments
Open

custom_json #3

zjiang4 opened this issue Jan 22, 2018 · 0 comments

Comments

@zjiang4
Copy link

zjiang4 commented Jan 22, 2018

What is this? How is it different from the custom_json set in the blockchain-node-server.R?

custom_json <- function(){
function(val, req, res, errorHandler){
tryCatch({
json <- jsonlite::toJSON(val,auto_unbox=TRUE)

  res$setHeader("Content-Type", "application/json")
  res$body <- json

  return(res$toResponse())
}, error=function(e){
  errorHandler(req, res, e)
})

}
}

addSerializer("custom_json",custom_json)

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

No branches or pull requests

1 participant