Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Update blocks.md #219

Merged
merged 11 commits into from
Jan 22, 2022
Merged
Prev Previous commit
Next Next commit
Update blocks.md
  • Loading branch information
dev-kanishk authored Jan 21, 2022
commit e5057876b479abb55cd0dfe4fb6ee4f1228e8479
4 changes: 2 additions & 2 deletions docs/blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Name |Stability| What can you do with it? | Added | Last updated
[Merge](#Merge) | Experimental |Takes 2 objects and merges them into a single object
[List Pop](#List-Pop) | Experimental | Get element at index 0 of an array
[Group By](#Group-By) | Experimental | Groups an array based on a specified key
[Parse JSON](#Parse-JSON) | Removed | Use Send Request block configuration to force parse JSON response bodies| 21.09.1
[Parse JSON](#Parse-JSON) | Removed | Use Send Request block configuration to force parse response bodies to JSON | 21.09.1
[Concatenate](#Concatenate) | Experimental | Take 2 data pieces and put them in a single array list
[Condition](#Condition) | Experimental | Checks for the given condition and passes data to either "Accept" or "Reject" port | 21.11.1
[Check](#Check) | Experimental | Check for the given condition from 2 different inputs and pass data only if condition resolves to `True` | 21.11.1
Expand Down Expand Up @@ -198,7 +198,7 @@ new List.
### Parse JSON
Stage: Removed

> Warning: This block has been removed. Use Send Request block configuration to force parse JSON response bodies.
> Warning: This block has been removed. Use Send Request block configuration to force parse response bodies to JSON.

The *Parse JSON* block can be used to parse any JSON string and create a flow data packet to be used in the program.

Expand Down