Add support for FromJson convert transform (#539)

This commit is contained in:
Hasan Turken 2023-08-28 20:47:37 +03:00 committed by GitHub
parent e2bc4aded9
commit fd41266a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1505,6 +1505,7 @@ converts the input based on one of the following conversion types:
* `ToBase64` - Create a new base64 string from the input.
* `FromBase64` - Create a new text string from a base64 input.
* `ToJson` - Convert the input string to valid JSON.
* `FromJson` - Convert the input JSON string to an object.
* `ToSha1` - Create a SHA-1 hash of the input string.
* `ToSha256` - Create a SHA-256 hash of the input string.
* `ToSha512` - Create a SHA-512 hash of the input string.