1.2.13 • Published 5 years ago

nodehandler-json v1.2.13

Weekly downloads
150
License
SEE LICENCE IN LI...
Repository
-
Last release
5 years ago

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.

ParamTypeRequiredDescription
valueanyyThe JavaScript value to be JSON encoded.
spacenumber/stringA 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.

ParamTypeRequiredDescription
jsonstringyThe 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.

1.2.13

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.10

5 years ago

1.2.9

5 years ago

1.2.7

5 years ago

1.2.5

5 years ago

1.2.4

6 years ago

1.1.1

6 years ago

2.0.0-10

6 years ago

2.0.0-9

6 years ago

2.0.0-8

6 years ago

2.0.0-7

6 years ago

2.0.0-6

6 years ago

2.0.0-5

6 years ago

2.0.0-4

6 years ago

2.0.0-3

6 years ago

2.0.0-2

6 years ago

2.0.0-1

6 years ago

1.1.1-8

6 years ago

1.1.1-7

6 years ago

1.1.1-6

6 years ago

1.1.1-5

6 years ago

1.1.1-4

6 years ago

1.1.1-3

6 years ago

1.1.1-2

6 years ago

1.1.1-1

6 years ago

1.1.1-0

6 years ago

1.1.0

6 years ago

1.1.0-107

6 years ago

1.1.0-106

6 years ago

1.1.0-105

6 years ago

1.1.0-104

6 years ago

1.1.0-103

6 years ago

1.1.0-102

6 years ago

1.1.0-101

6 years ago

1.0.0

6 years ago