FROM_KEY_VALUE
Last updated
Last updated
keys | key[] | value[] | Output |
---|---|---|---|
keys
string
key
string
value
any
'foo, hello'
array['foo', 'hello']
array['bar', 'world']
{foo: bar
, hello: world
}
'foo, hello'
array['foo', 'hoo']
array['bar', 'zoo']
{foo: bar
, hello: null}
'foo, hello'
array['foo', 'hello']
array['bar', 'world']
{foo: bar
, hello: world
}