7 ms·
Do the auto generated clients only return JSON for each client library? Do you still need to write your own parser to parse the JSON? * Nevermind. Yes they ret
by daveasaurus 14y ago
Do the auto generated clients only return JSON for each client library? Do you still need to write your own parser to parse the JSON?
* Nevermind. Yes they return JSON, I just read the documentation.
- fosk 14y agoThe client libraries already parse the returned JSON response. Or you can still consume the API without client libraries and get the raw JSON response.