Skip to content

Commit 710135b

Browse files
docs: expand import code details
1 parent 443d2a1 commit 710135b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

streamerbot/4.examples/parse-json-utility.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ Sometimes you may want to parse JSON data from an API response or other source i
1010

1111
This utility action will take a JSON string as input, parse it, and store the resulting data in Streamer.bot variables that you can use in subsequent actions.
1212

13+
:streamerbot-import-card{name="[Utilities] Parse JSON" author="Whipstickgostop" expanded}
14+
1315
## Setup
1416

1517
::steps{level=3}
1618

1719
### Load the import code
1820

19-
- Click **Import** at the top of Streamer.bot to open the Import Dialog
20-
- Copy the import code below and paste it into the **Import String** field in Streamer.bot:
21-
22-
:streamerbot-import-card{name="[Utilities] Parse JSON" author="Whipstickgostop"}
21+
1. Copy the import code above
22+
1. Click **Import** at the top of Streamer.bot to open the Import Dialog
23+
1. Paste the import code into the **Import String** field in Streamer.bot
2324

2425
### Confirm the Import
2526

0 commit comments

Comments
 (0)