Saving data as json
syntaxsavvyc opened this issue · 3 comments
syntaxsavvyc commented
I need to save some of this data to a json file. What is the best way to do that here?
tnightengale commented
You should edit the backend file in the language of your choice to serialize the json from a response into a file. This is not really the place to ask basic questions about programming.
sierrataylor commented
I know how to serialize data I'm only asking because I can't even get the quickstart to run let alone serialize anything
tnightengale commented
@sierrataylor Very fair, I just opened #362 to demonstrate how the quickstart fails end-to-end for development mode with docker compose. Please chime in there as well if you've encountered the same issues.