Commit c6b7f1f
committed
Json stringify
This change will e.g. make the values of `typing.NamedTuple`s visible in the Web UI. Before this change they were displayed as `[object Object]`.
I believe the measurements are guaranteed to be json-serializable because they are coming in via the websocket transport, which uses json already.object measurements1 parent ae22539 commit c6b7f1f
File tree
1 file changed
+3
-1
lines changed- openhtf/output/web_gui/src/app/stations/station
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
0 commit comments