• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
CDP Studio logo

CDP Studio

The no-code and full-code software development tool for distributed control systems and HMI

  • Doc
  • Why CDP
    • Software developers
    • Automation engineers
    • Managers
  • Products
    • Automation Designer
    • HMI Designer
    • Maritime HMIs
  • Services
  • Use cases
  • Pricing
  • Try CDP

CDP Studio Documentation

  • Framework - Sequencer
  • JSONDecode

JSONDecode

JSONDecode

The JSONDecode block is an operator, that allows to decode input string from JavaScript Object Notation (JSON) format to output arguments named as JSON attributes.

Arguments

NameAppearanceDescription
InPredefined input argumentThe JSON-formatted string
JSON attribute name to findAny number of user-configurable output argumentsArgument name will be searched from the JSON attributes list (from the top-level only) and when found, the attribute value will be set to this argument value. When the attribute named as the argument is not found, then the argument value will be set to empty (or 0 for numeric arguments).

Example

The following block diagram shows how to decode a JSON string like this:

{
  "name": "temp",
  "value": 25.6
}

For that, 2 output arguments were added to the JSONDecode block (named name and value). Then, these attributes will be looked from the input JSON string and when found, their values will be set to the argument values, as can be seen in the block diagram:

See also JSONDecoder, JSONEncode, and Argument.

The content of this document is confidential information not to be published without the consent of CDP Technologies AS.

CDP Technologies AS, www.cdpstudio.com

Get started with CDP Studio today

Let us help you take your great ideas and turn them into the products your customer will love.

Try CDP Studio for free
Why CDP Studio?

CDP Technologies AS
Hundsværgata 8,
P.O. Box 144
6001 Ålesund, Norway

Tel: +47 990 80 900
E-mail: info@cdptech.com

Company

About CDP

Contact us

Services

Partners

Blog

Developers

Get started

User manuals

Support

Document download

Release notes

My account

Follow CDP

  • LinkedIn
  • YouTube
  • GitHub

© Copyright 2025 CDP Technologies. Privacy and cookie policy.

Return to top