cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j and JSON forms

Hello!!

I want to know if there is any graph application or method to export data from the Neo4j database and obtain a JSON schema like the one shown in the following link.

JSON EDITOR

And obviously, if there is any way to get the data generated as JSON Output and record it on the Neo4j database.

I am trying to build an application that, with a search engine like the one that neo4j bloom has, generates a form for me to consult or edit, and saves that data in the neo4j database.

Thanks in advance.

1 REPLY 1

@sfuertes

see Load JSON - APOC Documentation for loading JSON into Neo4j

see Export to JSON - APOC Documentation for exporting Neo4j to JSON