Skip to content

Commit

Permalink
items2json created
Browse files Browse the repository at this point in the history
  • Loading branch information
unytics committed Nov 7, 2023
1 parent 7a471a5 commit 52ee867
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bigfunctions/items2json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ author:
avatar_url: "https://lh3.googleusercontent.com/a-/ACB-R5RDf2yxcw1p_IYLCKmiUIScreatDdhG8B83om6Ohw=s260"
description: |
Returns `json` object from array of `key_value_items`
which is of type: `array<struct<key string, value string>>`.
⚠️ Whatever the names of the struct fields: the first field is always considered as the key and the second as the value.
which is a `array<struct<key string, value string>>`.
arguments:
- name: key_value_items
type: array<struct<key string, value string>>
Expand Down

0 comments on commit 52ee867

Please sign in to comment.