Skip to content

ghislaincote/JSON-TF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-TF

This is the playground for the JSON Task Force. Seeking to make JSON a first class citizen in PESC and A4L specifications.

GETTING STARTED

Install Node and NPM

Node and npm are required to run tests. npm is included with most installations of Node and can be updated with

$ npm test

Package requirements

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

Run Tests

$ npm test

Example Output

$ npm test

> json-tf@1.0.0 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)

Existing Projects That Deal With XSD's, XML and JSON

EdExchange

References

JAXB and MOXy

About

This is the playground for the JSON Task Force. Seeking to make JSON a first class citizen in PESC and A4L specifications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%