File tree 2 files changed +4
-4
lines changed
docs/docs/50-user-guide/60-reference-docs/30-promotion-steps
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_label : json-parse
3
- description : Parses a JSON string and extracts values based on specified expressions.
3
+ description : Parses a JSON file and extracts values based on specified expressions.
4
4
---
5
5
6
6
# ` json-parse `
7
7
8
- ` json-parse ` is a utility step that parses a JSON string and extracts values
8
+ ` json-parse ` is a utility step that parses a JSON file and extracts values
9
9
using [ expr-lang] expressions.
10
10
11
11
## Configuration
Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_label : yaml-parse
3
- description : Parses a YAML string and extracts values based on specified expressions.
3
+ description : Parses a YAML file and extracts values based on specified expressions.
4
4
---
5
5
6
6
# ` yaml-parse `
7
7
8
- ` yaml-parse ` is a utility step that parses a YAML string and extracts values
8
+ ` yaml-parse ` is a utility step that parses a YAML file and extracts values
9
9
using [ expr-lang] expressions.
10
10
11
11
## Configuration
You can’t perform that action at this time.
0 commit comments