kuzu
kuzu copied to clipboard
Bug: Json related issues
Kùzu version
master
What operating system are you using?
M1 MAC
What happened?
All test cases are in kuzu/extension/json/test/example
- [x] json_extract on non existing field =>
stoi exception
- [x] copy from exported json file =>
std::map exception
Missing features:
- [ ] Missing alias functions:
json_quote(any) | Alias for to_json.
array_to_json(list) | Alias for to_json that only accepts LIST.
row_to_json(list) | Alias for to_json that only accepts STRUCT.
-[ ] Missing functions:
json_array([any, ...]) | Create a JSON array from any number of values.
json_object([key, value, ...]) | Create a JSON object from any number of key, value pairs.
Are there known steps to reproduce?
No response