Socket
Socket
Sign inDemoInstall

nodehandler-json

Package Overview
Dependencies
Maintainers
12
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodehandler-json

Axway Flow Engine JSON node.


Version published
Weekly downloads
3
decreased by-91.89%
Maintainers
12
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 24 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc