To import a JSON datasource, we need to use APOC (see Chapter 5, Awesome Procedures on Cypher – APOC). Therefore, make sure that you have installed it.
To use the local copy, set the following in your neo4j.conf (and restart the server):
apoc.import.file.enabled=true
However, at this time, it's the full path that must be given as a parameter, so adapt the following examples to ...