Skip to content

nested _key key is parsed away #925

Closed
@baslr

Description

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions