surrealdb.java
surrealdb.java copied to clipboard
Feature: Handle parsing of JSON into Value type
Is your feature request related to a problem?
The SurrealDB server sends JSON responses that match Value (enum) types.
Obviously, JSON is lossy. But it would be really cool if we could convert it to the java Value type declared in the refactor package.
Describe the solution
Handle strings, numbers, objects, and arrays for JSON into the Value type.
Alternative methods
This is open to interpretation. Feedback on the request. Best advice is to keep it simple so we can change it when we need to.
SurrealDB version
SurrealDB beta-9; java driver commit 50aa1d6
Contact Details
Is there an existing issue for this?
- [X] I have searched the existing issues
Code of Conduct
- [X] I agree to follow this project's Code of Conduct