/node-restc-json

basic RestC json parser / formatter plugin

Primary LanguageJavaScript

RestC - JSON

Install

npm install restc-json

Usage

var client = restc({ port: 1337},
  require('restc-json')
);

will enable

  • JSON formatting of requests
  • JSON parsing of responses