This is the playground for the JSON Task Force. Seeking to make JSON a first class citizen in PESC and A4L specifications.
Node and npm are required to run tests. npm is included with most installations of Node and can be updated with
$ npm test
Mocha and Chai are also required. TIf they are not already installed in your Node environment, hey can be imstalled with the following commands:
$ npm install --global mocha
$ npm install chai
$ npm test
$ npm test
> [email protected] test /Users/sallen/Projects/Demo/JSON-TF
> mocha
xStudentsGoessner.json
#familyName
✓ should find "Lovell" as familyName using xStudentsGoessner.xStudents.xStudent.name.familyName
1 passing (9ms)