Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JSON property type #3508

Closed
bgoosmanviz opened this issue May 16, 2024 · 2 comments
Closed

Support JSON property type #3508

bgoosmanviz opened this issue May 16, 2024 · 2 comments
Labels
feature New features or missing components of existing features

Comments

@bgoosmanviz
Copy link

I want to store variable sized JSON in a node property.

CREATE NODE TABLE Entity(data JSON)
CREATE (n:Entity {data: {"a": 1, "b": {"c": 2}}})

Today, I have to stringify the JSON.

@prrao87 prrao87 added the feature New features or missing components of existing features label May 16, 2024
@prrao87 prrao87 changed the title I want a JSON property type Support JSON property type May 16, 2024
@bgoosmanviz
Copy link
Author

I got part of the way there. KuzuDB supports MAP(STRING, STRING), which is close but I would also like values to allow for integers, lists, and booleans.

@andyfengHKU
Copy link
Contributor

We have opened a proposal for JSON type #3609. Please follow the new issue instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features or missing components of existing features
Projects
None yet
Development

No branches or pull requests

3 participants