amnaredo / test

0 stars 0 forks source link

Format generated JSON? #121

Open amnaredo opened 3 years ago

amnaredo commented 3 years ago

The generated JSON is just in one line, is it possible to format it?

I'm using upickle on both server and client side, and will write generated JSON to a file and also commit it to git repo, so a formatted one is better for read and merge.

For now, I have to import argonaut on the server side just for formatting.

ID: 81 Original Author: freewind

amnaredo commented 3 years ago

You could have a look at the Renderer trait and start with that. Adding formatting to it should be relatively straightforward. If you want formatting on the client-side too, you'll have to move the code to shared/src/main/.

Original Author: tindzk