Skip to content

Commit

Permalink
docs: Add json function to Stream Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi authored Jul 15, 2024
1 parent 2094348 commit b074747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/stream_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ can be referenced directly by mapping expressions.
`hashlib.md5(<input>.encode("utf-8")).hexdigest()`.
- `datetime` - This is the datetime module object from the Python standard library. You can access
datetime.datetime, datetime.timedelta, etc.
- `json` - This is the json module object from the Python standard library.
Primarily used for calling json.dumps() and json.loads().

#### Built-in Variable Names

Expand Down

0 comments on commit b074747

Please sign in to comment.