0.0.1 • Published 12 years ago
ntriples v0.0.1
N-Triples for NodeJS/Javascript
Parse and Stringify for N-Triples strings. It's like JSON object but for N-Triples.
Contributors
Installation
With npm do:
$ npm install ntriplesTests
Use mocha to run the tests.
$ npm install mocha
$ mocha testAPI Documentation
parse(input : String, separator : String) : Object
Parse input to convert to an array.
var NT = require('ntriples');Output:
FIXMEstringify(input : Object, separator : String) : String
Converts input to a CSV string.
var NT = require('ntriples');
Output:
FIXMEAlso
0.0.1
12 years ago