This package has been deprecated

Author message:

Support for API Builder 3.x will cease on 30th April 2020. Use the v3 to v4 upgrade guide (https://docs.axway.com/bundle/API_Builder_4x_allOS_en/page/api_builder_v3_to_v4_upgrade_guide.html) to migrate all your applications to API Builder 4.x.

nodehandler-json

1.2.13 • Public • Published

nodehandler-json

About

This module installs the JSON flow-node to be used within Axway API Builder's flow editor. The flow-node provides two methods:

Stringify

The Stringify method converts a JavaScript value to a JSON string.

Param Type Required Description
value any y The JavaScript value to be JSON encoded.
space number/string A string or number that's used to insert white space into the output JSON string for readability purposes. If this is a number, it indicates the number of space characters to use as white space; this number is capped at 10. If this is a string, its maximum length is 10; the string is used as white space. If this parameter is not provided, no white space is used.

Parse

The Parse method parses a JSON string constructing the JavaScript value or object described by the string.

Param Type Required Description
json string y The JSON string to parse.

Getting started

  1. Go to platform.axway.com and create an account
  2. Install API Builder
  3. Follow the Getting Started Guide

Install

After creating your API Builder project (appc new -t arrow), you can install this flow-node handler using npm:

npm install --save nodehandler-json

The "JSON" flow-node will then be available in the tools panel when creating or editing Flows.

Dependents (0)

Package Sidebar

Install

npm i nodehandler-json

Weekly Downloads

0

Version

1.2.13

License

SEE LICENCE IN LICENSE

Unpacked Size

10 kB

Total Files

6

Last publish

Collaborators

  • buildernpmuser
  • nkeranova
  • axway-npm
  • bladedancer
  • ddimonov-axway
  • neon-axway
  • vchauhan
  • mdimitrova
  • pdzhorev
  • axway_alasdair
  • pltod2
  • pbozhkovaxway
  • mbonchev-axway
  • axway-vertex