Login to follow
JsonToolkit

JsonToolkit (ODC)

Stable version 2.3.0 (Compatible with ODC)
Uploaded on 01 October 2024 by Version 1 Technology Limited
JsonToolkit

JsonToolkit (ODC)

Details
Detailed Description

JSONtoolkit is a multi-activity tool for manipulating JSON.

Allows editing of JSON properties, adding or removing properties; query using LINQ and TokenSelect to filter JSON. It also allows conversions between JSON and XML.

This tool is useful when working with WebServices requests and responses, allowing you to manipulate JSON from the request/response.

Additionally, it allows you to add a new property, or an ArrayItem to an existing property, which property value to add is an array of values (i.e. "required_documents": ["passport", "utility bill", "other id"]).

Release notes 

Fix the SelectToken and SelectTokens functions, when not token is found, IsSuccess is false.