Commit 8348456
feat: The
* Add json function to CustomStreamMap
This allows using `json.loads()` and `json.dumps()` to convert fields
between text and json representations.
* docs: Add json function to Stream Maps
* Update docs/stream_maps.md
* Update docs/stream_maps.md
* Update docs/stream_maps.md
* Update docs/stream_maps.md
---------
Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>json module is now avaiable to stream maps (#2531)1 parent 7a3f42a commit 8348456
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
306 | 307 | | |
307 | 308 | | |
308 | 309 | | |
| 310 | + | |
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
| |||
0 commit comments