We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello,
when I save:
{ "a": 42, "b": { "_key":"heeo" } }
arangodb parses the nested _key away and saves only:
{ "a": 42, "b": {} }
It is possible to persist nested '_key' :'value' pairs ? I run version 2.1.2
'_key' :'value'
2.1.2