Update json_functions.md

This commit is contained in:
alexey-milovidov 2019-12-08 23:50:00 +03:00 committed by GitHub
parent 21a7a53491
commit 12afaf57d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ SELECT JSONExtractRaw('{"a": "hello", "b": [-100, 200.0, 300]}', 'b') = '[-100,
## JSONExtractArrayRaw(json[, indices_or_keys]...)
Returns an array with parts of JSON array.
Returns an array with elements of JSON array, each represented as unparsed string.
If the part does not exist or isn't array, an empty array will be returned.