Select query doesn't work for JSON in OrientDB. Can someone provide with a working example showcasing two things:
Inserting JSON data correctly
Querying JSON data
Thanks!
1.Use "content" to implement JSON insert.
For Example-insert into Person content {"name":"nawab","age":25}
for this to run,you must have prior configuration as-
1.Create a Vertex by-
create class Person extends V
2.Then Create Property name and age
create property Person.name string
create property Person.age integer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With