ntriples

0.0.1 • Public • Published

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 ntriples

Tests

Use mocha to run the tests.

$ npm install mocha
$ mocha test

API Documentation

parse(input : String, [separator : String]) : Object

Parse input to convert to an array.

    var NT = require('ntriples');
 

Output:

FIXME

stringify(input : Object, [separator : String]) : String

Converts input to a CSV string.

    var NT = require('ntriples');
    

Output:

FIXME

Also

Readme

Keywords

none

Package Sidebar

Install

npm i ntriples

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • touv