2024 Update Rollup 1

IntroductionPermanent link for this heading

JSON, or JavaScript Object Notation, is a lightweight text-based open standard designed for human-readable data interchange. It is derived from the JavaScript scripting language for representing simple data structures and associative arrays, called objects.

Fabasoft Folio allows to parse a JSON string and use the data as values represented in Fabasoft Folio data types. Values can also be converted into a JSON string and therefore used in a JavaScript environment or as transfer format when consuming a JSON aware web service.

For detailed information about JSON, please consult the introduction at http://www.json.org: new window.