serviceberry-json

1.1.1 • Public • Published

serviceberry-json

CircleCI Test Coverage Maintainability npm version

JSON serialization plugin for serviceberry.

API

contentType

application/json

serialize(request, response)

Transforms the response body into a JSON string.

If the response body is a readable stream, it will be piped through a JSON serializer stream. Objects are transformed into a stream that's entire output is a valid JSON array - [ followed by each object serialized as JSON and separated by a comma (except last object) and a new line (LF) followed by ].

deserialize(request, response)

Transforms the request content into the request body

Package Sidebar

Install

npm i serviceberry-json

Weekly Downloads

13

Version

1.1.1

License

MIT

Unpacked Size

4.88 kB

Total Files

5

Last publish

Collaborators

  • bob-gray