mirror of https://github.com/crossplane/docs.git
Add support for FromJson convert transform (#539)
This commit is contained in:
parent
e2bc4aded9
commit
fd41266a1e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue