PAIR2JSON

Create a JSON object from data pairs.

Parameter List

Syntax
PAIR2JSON(key1value1
[key2value2]
)
key1

The key of the JSON pair. For example: "Superhero name".

value1

The value of the JSON pair. For example: "Spreadsheet man".

[optional] key2

Additional key of the JSON pair. For example: "Real name".

Examples

PAIR2JSON(A1, A2, A3, A4) returns {"Clark Kent": "Superman", "Peter Parker": "Spiderman"}"