Give us feedback
ardojson
Service icon

ardoJSON

icon_trusted
Stable version 1.10.9 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 31 August 2022 by 
4.8
 (34 ratings)
ardojson

ardoJSON

Created on OutSystems 11

Version 1.10.9

Stable
Current
icon_trusted
See documentation
Application Package
Uploaded on 31 August 2022 by João Barata
Compatible with:
Version 11
Database:
All
Release notes:

Added:

  • Added missing MIT license file to the extension.


Changed:

  • Demo Application:
    • Replaced the usage of the OutSystemsUI deprecated UI components with the newer versions ( tabs, tooltip, and accordion)

Version 1.10.8

Stable
See documentation
Application Package
Uploaded on 17 February 2022 by João Barata
Compatible with:
Version 11
Database:
All
Release notes:

Bug Fixing:

  • Fixed an issue with the usage of JSONSelect where the value of a boolean or a number would have both the first and last character missing.
    • e.g: "ru" instead of "true", "als" instead of "false", "3.4" instead of "43.48"
    • This only happened when the "AlwaysReturnAsJSON" was set to false and the path of JSON would return either a boolean or a number.
    • Thanks to @David Epps for reporting the issue


Created on Older versions

Version 1.10.1

Stable
Application Package
Uploaded on 05 September 2017 by Ricardo Silva
Compatible with:
Version 11
Version 10
Version 9
Stack:
All
Database:
All
Release notes:

- JSON_Objectify now takes "key" / "value" pairs instead of "name" / "value" pairs to be consistent with the output of JSON_Listify.

Version 1.10.0

Discontinued
Application Package
Uploaded on 02 May 2017 by Ricardo Silva
Compatible with:
Version 11
Version 10
Version 9
Stack:
All
Database:
All
Release notes:

- adds JSON_Objectify, the reverse of JSON_Listify, which turns a list of name/value pairs into an object.