This repository contains a test suite for implementations of Property Graph Exchange Format (PG):
File pg-format-valid.json
contains an array of test cases with keys:
pg
- the PG Format source to be parsedabout
(optional) - an informal description of the test casegraph
(optional) - the expected graph in PG-JSONformatted
(optional) - pretty printed result of the source
File pg-format-invalid.json
contains an object mapping invalid PG Format documents to informal descriptions of the test case.
Directory examples
contains sample documents in PG Format (*.pg
) and PG-JSON (*.json
). Applications are expected to parse each NAME.pg
into the graph given in file NAME.json
.