I am working on a task which requires accessing a third party api.
Data received from the API will be in JSON Format.
My issue is :
How do i use the apoc library function in my java code to load this json third party data to map to the neo4j entity ...