Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. <invisible> DELETE THE TAGS THAT ARE NOT APPLICABLE TO THIS FUNCTION AND THEN DELETE THIS COMMENT AND ADD THE VERSION NUMBER (LAST ITEM IN TAG LIST) THAT INTRODUCES THE FUNCTION </invisible> {{tag>Index Function Function_List Text Version:9.0}} ====== PARSE JSON2 ====== ===== Description ===== Returns the value of the specified attribute in the same node ===== Parameters ===== - String in JSON format or expression producing such a string - A path to a JSON attribute in the JSONPath format (as explained here https://github.com/json-path/JsonPath)\n - The name of the JSON attribute in the same node, the value of which should be returned ===== Example ===== <code aim>Object.Value = PARSE_JSON2(Object.Attribute, `$.store.books[?(@.Name == 'Romeo and Juliet')]`, 'Author') </code> The above returns 'Shakespear' Last modified: 2024/05/16 03:49 Log In