JSON, or JavaScript Object Notation, is now available in Adobe Experience Platform Data Collection Tags natively! Run all of your JSON operations without using any custom code at all.
JSON is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value). It is a very common data format, with a diverse range of applications, such as serving as a replacement for XML in AJAX systems.
This extension provides the following Data Element types:
- Parse a JSON string into a value.
- Convert a value into a JSON string.
These Data Element types work in your users' browsers that support JSON. That applies to every modern browser in the planet, including on desktops, mobile phones, and tablets. (And yes, that includes Internet Explorer 8 and greater.)