You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core ServiceNow APIs/GlideJsonPath/GlideJsonPath Reader Example/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
Parse JSON with GlideJsonPath
2
2
This script demonstrates how to use the GlideJsonPath API in ServiceNow to parse a complex JSON string and extract specific data. In this example, it efficiently retrieves an array of player names from a nested JSON structure representing cricket team information.
3
+
3
4
Overview
4
5
The script performs the following actions:
5
6
Initializes GlideJsonPath: A new instance of GlideJsonPath is created, passing the target JSON string as a parameter.
0 commit comments