Skip to content

Neo4j json format #197

@desenvolvedorindie

Description

@desenvolvedorindie

How to return json results in format like the neo4j (json code) response and like nodejs oficial library too (response.records). I need this format because I want to use neovis.js library

[
  {
    "keys": [
      "n",
      "r",
      "m",
      "a"
    ],
    "length": 4,
    "_fields": [
      {
        "identity": {
          "low": 0,
          "high": 0
        },
        "labels": [
          "Character"
        ],
        "properties": {
        ...
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions