BSON
Ordered map of string keys to values
Evaluation
The widget evaluates to a [dict] of the form {:__bson [[key1, value1], [key2, value2], ...]}
.
Steps that convert dict values to BSON use this format to generate a BSON document in which the order of the keys is preserved.
Interactions
Entries are selected by clicking and dragging the numbering column.
Once one ore more entires are selected:
- a context menu on the numbering column shows editing options
- you can move the selection using the up and down arrow keys
- moving the selection while holding shift expands it in key direction
- moving the selection while holding
shift + ctrl
(windows, linux) orshift + command
(mac) moves the selected rows - pressing
enter
adds a row after the selection - pressing
delete
orbackspace
deletes the selected rows - clipboard shortcuts for cut, copy and paste work on the selection