Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions articles/quickstart-microsoft-provider-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,11 @@ def prepare_input_data(seq):

```output
{
"1000000": 8,
"0010000": 1,
"0010101": 1
"counter": {
Comment thread
Fenkiou marked this conversation as resolved.
"1000000": 8,
"0010000": 1,
"0010101": 1
}
}
```

Expand Down