Login to follow
Json2List

Json2List (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 24 September 2025 by OutSystems Labs
Json2List

Json2List (ODC)

Documentation
0.1.0

The library provides a powerful Server Action that allows you to search and extract data from a JSON string using JSONPath queries. This is incredibly useful for parsing API responses, configuration files, or any other JSON data without needing complex string manipulation or deserializing into a large, predefined structure.


Key Features


  • JSONPath Queries: Use the flexible and powerful JSONPath syntax to pinpoint the exact data you need.

  • Single or Multiple Results: Configure the action to return only the first match or all matches found.

  • Structured Output: Results are returned as a list of records, each containing an ID, Key, and Value, making it easy to use in your OutSystems logic.

  • Built-in Error Handling: The action's output includes an error message field, so you can gracefully handle invalid JSON or search paths.