-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Thanks a lot for the module!
I want to wrap json object into callback:
callback({"foo": "bar"})
I don't know how to do that. I've tried to return result as simple string from tarantool with following nginx config:
tnt_pass router;
tnt_method 'foo_method';
tnt_pure_result on;
tnt_multireturn_skip_count 2;
But module returns it wrapped into double quotes
"callback({\"foo\": \"bar\"})"
Metadata
Metadata
Assignees
Labels
No labels