GMLC-TDC / HELICS-Examples

Examples for using HELICS with a variety of the supported programming languages
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Improve formatting of the query JSON results in the web interface #51

Open trevorhardy opened 3 years ago

trevorhardy commented 3 years ago

Describe the solution you'd like Currently the web interface queries return a block of text (generally JSON but not always, see https://github.com/GMLC-TDC/HELICS/issues/1746). Once all the queries are returning JSON, we should pretty-print.

Long-term we should think about which of the data fields in each JSON need to be presented to users to minimize the visual clutter.