Last active
March 25, 2021 18:25
-
-
Save kristofmeixner/8ead65fec28a24828ec306d9e4672045 to your computer and use it in GitHub Desktop.
Neo4J Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Products" : [{ | |
"name": "Socket" | |
}, { | |
"name": "Pole1" | |
}, { | |
"name": "Rocker1" | |
}], | |
"Resources" : [{ | |
"name": "Linefeed1" | |
}, { | |
"name": "Press1" | |
}], | |
"Processes" : [{ | |
"name": "Insert1" | |
}, { | |
"name": "Put1" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment