This question has been flagged
1 Reply
2150 Views

Hi, is there a way to return a standard json instead of a jsonrpc with http route of type json.

'{'field1': 'val', 'field2': 'val'}'

instead of

{'jsonrpc': '2.0', 'result': '<Response likely-streamed [200 OK]>', 'id': None}

I'm using an external api that handle only standard json as response

Avatar
Discard

did you find the answer ?