Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
Forge
Forge is a repository of reusable, open code modules, connectors, UI components, and business solutions to help speed up your OutSystems apps delivery time.
Check our FAQs for more information.
Not finding the asset you need?
8400
Available
assets
+50
In the last
30 days
211
Downloads in
the last 7 days
Back to list
Type
All
Mobile
Reactive
Service
Traditional web
Business solution
Curation
Curation
See curation FAQs
>
Trusted
Validated and supported by the community experts, these projects follow best practices for security, documentation, and code quality.
OutSystems supported
Developed, maintained and supported by OutSystems under the terms of a customer's subscription.
Trusted
OutSystems supported
CATEGORY
Categories
See all FAQs
>
Apps
Fully working apps for different use cases that you can start using immediately or customize to fit your needs.
Demos & samples
Guides and examples that demonstrate how specific tasks, capabilities, or components work.
Development tools
Components, frameworks, and libraries that support the developer in the app lifecycle management and CI/CD processes.
Device capabilities
Plugins that extend the features of your apps by allowing access to the capabilities of mobile devices.
Functional libraries & utilities
Programming functions and utilities to develop and extend the end-user functionalities in your apps.
Integrations
Connections with systems external to OutSystems that enable additional functionalities on your apps.
User interface
Themes, layouts, patterns, and widgets that allow you to build great-looking apps in no time.
Notify
PLATFORM
OutSystems 11
OutSystems Developer Cloud
OTHER
Try now included
My activity
Downloaded
Following
My assets
Sort by:
Most Popular
Most Popular
Latest submitted
Rating
A-Z
Filters
21
results
for
tag
"#json"
Clear filters
Gantt Highcharts
Project Management Gantt going places no other JavaScript has gantt before. A robust JavaScript library that makes it easy for developers to build interactive charts for allocating, coordinating, and displaying tasks, events, and resources along a timeline.
19
889
Gantt Highcharts
by
Paulo Torres
Project Management Gantt going places no other JavaScript has gantt before. A robust JavaScript library that makes it easy for developers to build interactive charts for allocating, coordinating, and displaying tasks, events, and resources along a timeline.
Latest version
1.0.14
Latest release
29 Apr 2024
Compatible with
OutSystems 11
#Chart
#Javascript
#json
Gantt
ganttchart
highcharts
JsonToList
JsonToList component uses Json xpath to fetch required data from the json in the form of record list
4
207
JsonToList
by
Krunal Vyas
JsonToList component uses Json xpath to fetch required data from the json in the form of record list
Latest version
1.0.0
Latest release
2 Jul 2021
Compatible with
OutSystems 11
#json
#jsonxpath
JSON Tools
Application with functions to manipulate JSON.
15
146
JSON Tools
by
Paulo Torres
Application with functions to manipulate JSON.
Latest version
1.0.0
Latest release
11 Oct 2022
Compatible with
OutSystems 11
#json
JSON Validate
Check if Json is valid or not
0
61
JSON Validate
by
Silvio Garbes Lara
Check if Json is valid or not
Latest version
1.0.0
Latest release
14 Sep 2023
Compatible with
OutSystems 11
#json
validate
JSON Diff
JSON Diff was built to detect differences between 2 JSON Files.
0
50
JSON Diff
by
Tiago Dias
JSON Diff was built to detect differences between 2 JSON Files.
Latest version
1.0.0
Latest release
3 Feb 2025
Compatible with
OutSystems 11
#compare
#json
differences
Dynamic JSON To Excel
Convert Dynamic JSON to Excel
0
40
Dynamic JSON To Excel
by
Milind Bansal
Convert Dynamic JSON to Excel
Latest version
1.0.0
Latest release
18 Mar 2024
Compatible with
OutSystems 11
#CreateExcel
#json
DynamicExcel
JSON Viewer & Editor
JSON Viewer & Editor assists in working with JSON files within your application. It allows you to view, edit, format, and validate JSON. This library exposes a web block that can be used in your Reactive application.
0
33
JSON Viewer & Editor
by
Jan Wagenaar
JSON Viewer & Editor assists in working with JSON files within your application. It allows you to view, edit, format, and validate JSON. This library exposes a web block that can be used in your Reactive application.
Latest version
1.0.0
Latest release
8 Nov 2024
Compatible with
OutSystems 11
#json
ace code editor
editor
Data Parse for text, csv and log file
This application is helps to reading the log, txt, csv file and extract the particular attributes and it will downloaded as a form of xlsx format.
0
29
Data Parse for text, csv and log file
by
Karthick Balaji
This application is helps to reading the log, txt, csv file and extract the particular attributes and it will downloaded as a form of xlsx format.
Latest version
1.0.0
Latest release
5 Jul 2023
Compatible with
OutSystems 11
#
#CreateExcel
#Excelsheet
#json
#list
#log
● Import/Export CSV
CSV To Excel Convert
dateparser
txt
JSONDiffer
Compare 2 JSON's and show the differences.
0
16
JSONDiffer
by
Daan van Hoeke
Compare 2 JSON's and show the differences.
Latest version
1.0.0
Latest release
12 Feb 2024
Compatible with
OutSystems 11
#compare
#json
JSON Transformation Tool
Transform a key-value pair of key-value pairs into a key-value pair of lists of key-value pairs.
The transformation makes the JSON structure more uniform and easier to work with
0
13
JSON Transformation Tool
by
Tiago Lopes
Transform a key-value pair of key-value pairs into a key-value pair of lists of key-value pairs.
The transformation makes the JSON structure more uniform and easier to work with
Latest version
1.0.0
Latest release
20 Dec 2023
Compatible with
OutSystems 11
#json
transform
SignJSONUsingHS256
This is an extension that helps in signing JWT and also verifies whether signed JWT is valid or not and decrypts the same.
0
11
SignJSONUsingHS256
by
Ashish Lonkar
This is an extension that helps in signing JWT and also verifies whether signed JWT is valid or not and decrypts the same.
Latest version
1.0.0
Latest release
10 May 2023
Compatible with
OutSystems 11
⦁ Reactive utilities
#Encryption
#json
JWS Token
JSONQueryDemo
JSON Path is a query language for JSON documents inspired by what XPath provides for XML documents.
1
7
JSONQueryDemo
by
Navneet Garg
JSON Path is a query language for JSON documents inspired by what XPath provides for XML documents.
Latest version
1.0.0
Latest release
24 Feb 2025
Compatible with
OutSystems 11
#json
json path
Real-Time Conflicts
This component was developed to handle real-time data conflicts caused by concurrent access to the same complex structure by multiple users. A typical scenario involves two users loading the same data structure at different times. If one user makes changes and saves them before the other, the component detects the differences between the outdated version (still being used by the second user) and the updated version already saved on the server.
The core functionality of the component is automated data merging, where:
Distinct changes are merged automatically without user intervention.
Similar or conflicting changes are presented to the user, who can choose which version to keep (similar to the merge experience in Service Studio).
This process ensures data integrity and improves user experience in collaborative or high-concurrency editing environments.
1
7
Real-Time Conflicts
by
Vinicius Machado dos Santos
This component was developed to handle real-time data conflicts caused by concurrent access to the same complex structure by multiple users. A typical scenario involves two users loading the same data structure at different times. If one user makes changes and saves them before the other, the component detects the differences between the outdated version (still being used by the second user) and the updated version already saved on the server.
The core functionality of the component is automated data merging, where:
Distinct changes are merged automatically without user intervention.
Similar or conflicting changes are presented to the user, who can choose which version to keep (similar to the merge experience in Service Studio).
This process ensures data integrity and improves user experience in collaborative or high-concurrency editing environments.
Latest version
1.0.2
Latest release
28 Apr 2025
Compatible with
OutSystems 11
#conflicts
#json
#JSONCompare
#JSONComparison
#JSONDataComparison
#mergejson
#real-time
JSON Key Change Detector
Detect key-level differences between two JSON payloads in OutSystems. This utility compares Old JSON vs New JSON and returns the list of keys that were added, removed, and common, including nested keys using dot notation. Built as a lightweight Integration Studio (C#) extension for fast JSON structure comparison.
4
6
JSON Key Change Detector
by
Murali Manoharan V
Detect key-level differences between two JSON payloads in OutSystems. This utility compares Old JSON vs New JSON and returns the list of keys that were added, removed, and common, including nested keys using dot notation. Built as a lightweight Integration Studio (C#) extension for fast JSON structure comparison.
Latest version
1.0.0
Latest release
12 Feb 2026
Compatible with
OutSystems 11
#json
JSON
Key Comparison
diff
Change Detector
Monaco JSON
JSON Editor & Diff Utility for OutSystems.
This OutSystems library integrates the powerful Monaco Editor to enable seamless viewing, editing, formatting, and comparison of JSON strings directly within your application.
It is specifically engineered for developers requiring a reliable, code-friendly interface for handling structured JSON data inside the OutSystems environment.
0
6
Monaco JSON
by
Torikera
JSON Editor & Diff Utility for OutSystems.
This OutSystems library integrates the powerful Monaco Editor to enable seamless viewing, editing, formatting, and comparison of JSON strings directly within your application.
It is specifically engineered for developers requiring a reliable, code-friendly interface for handling structured JSON data inside the OutSystems environment.
Latest version
1.0.2
Latest release
21 Nov 2025
Compatible with
OutSystems 11
#json
#JSONCompare
monaco
MongoDb
JsonEditor
Traditional JsonEditor
https://github.com/josdejong/jsoneditor
1
5
JsonEditor
by
Tiago Ricardo
Traditional JsonEditor
https://github.com/josdejong/jsoneditor
Latest version
1.0.0
Latest release
23 Nov 2022
Compatible with
OutSystems 11
#json
jsoneditor
Advanved JSON Tools
This component collection of JSON helper functions designed to work with JSON data safely and efficiently. These functions help validate whether a JSON input is correct, check if a JSON object or array is empty, and identify the root type of the JSON (object, array, or value).
It also explains how to read data from JSON using paths, including retrieving specific values, counting the number of items in an array, and extracting all keys from an object in a comma-separated format.
In addition, the document covers JSON modification operations, such as adding or updating values, removing keys safely, and merging two JSON objects with overwrite support. Formatting utilities like Beautify (for readable JSON) and Minify (for compact JSON) are included as well.
Finally, the document explains JSON transformation features, including converting JSON into TOON and CSV formats. These transformations support nested objects and arrays, automatically handle structure expansion, and include built-in validation and error handling to ensure accurate output.
0
5
Advanved JSON Tools
by
EONE TECHNOLOGIES PRIVATE LIMITED
This component collection of JSON helper functions designed to work with JSON data safely and efficiently. These functions help validate whether a JSON input is correct, check if a JSON object or array is empty, and identify the root type of the JSON (object, array, or value).
It also explains how to read data from JSON using paths, including retrieving specific values, counting the number of items in an array, and extracting all keys from an object in a comma-separated format.
In addition, the document covers JSON modification operations, such as adding or updating values, removing keys safely, and merging two JSON objects with overwrite support. Formatting utilities like Beautify (for readable JSON) and Minify (for compact JSON) are included as well.
Finally, the document explains JSON transformation features, including converting JSON into TOON and CSV formats. These transformations support nested objects and arrays, automatically handle structure expansion, and include built-in validation and error handling to ensure accurate output.
Latest version
1.0.0
Latest release
28 Feb 2026
Compatible with
OutSystems 11
#json
JsonToCSV
jsontotoon
json tools
JSON Beautify
JsonValidator
Json Merge
JSON Validate
json compare
json converter
NDJson To Json
Convert from ndJson to Json or separated lines list
0
5
NDJson To Json
by
Tiago Ferreira
Convert from ndJson to Json or separated lines list
Latest version
1.0.0
Latest release
28 May 2024
Compatible with
OutSystems 11
#json
ndjson
JSON → KeyValue Extractor
Flattens JSON payloads into key-value pairs with dot and array notation, including Base64 binary detection.
0
2
JSON → KeyValue Extractor
by
EONE TECHNOLOGIES PRIVATE LIMITED
Flattens JSON payloads into key-value pairs with dot and array notation, including Base64 binary detection.
Latest version
1.0.0
Latest release
27 Jan 2026
Compatible with
OutSystems 11
#json
jsontokeyvalue
Plain Text Processor
This extension processes plain text records and converts them into structured JSON format. It's designed to handle delimited text data with customizable field and record separators, making it ideal for parsing CSV-like files, log files, or any structured text data.
0
2
Plain Text Processor
by
Claudio Barra
This extension processes plain text records and converts them into structured JSON format. It's designed to handle delimited text data with customizable field and record separators, making it ideal for parsing CSV-like files, log files, or any structured text data.
Latest version
1.0.0
Latest release
1 Oct 2025
Compatible with
OutSystems 11
dateparser
#plain text
record
#json
#migration
HandlePolyphormicResponse
Modifies the JSON structure by converting a property to an array if it's not already an array and not empty
From example
"POAPartiesDetails": {
"FirstName": "ZZZ",
"SecondName": "ZZZ",
"FamilyName": "ZZZ"
}
To
"POAPartiesDetails": [
"FirstName": "ZZZ",
"SecondName": "ZZZ",
"FamilyName": "ZZZ"
]
0
1
HandlePolyphormicResponse
by
Craig Rodrigues
Modifies the JSON structure by converting a property to an array if it's not already an array and not empty
From example
"POAPartiesDetails": {
"FirstName": "ZZZ",
"SecondName": "ZZZ",
"FamilyName": "ZZZ"
}
To
"POAPartiesDetails": [
"FirstName": "ZZZ",
"SecondName": "ZZZ",
"FamilyName": "ZZZ"
]
Latest version
1.0.0
Latest release
20 May 2024
Compatible with
OutSystems 11
#Dynamic
#json
Loading
Loading...