How to convert backup to json

Hey All, I am new to neo4j, I am provided with neo4j backup. Can the data be converted into json files ??

Hello! I don't know of a way to do that directly from backup files....but if you import the backup into another Neo4j instance, you can export the data using APOC to get JSON files as output. Hope this helps!