2020-05-20 12:40:19 +10:00

11 lines
295 B
Plaintext

{
"name": "from_base64",
"type": "function",
"description": "Decodes a provided string in Base64 into readable string.",
"arguments": [
{"arg":"string", "description": "the string to decode"}],
"examples": [ { "expression":"from_base64('UUdJUw==')", "returns":"'QGIS'"}
]
}