Skip to content

Commit 3edf0bc

Browse files
Update README.md
1 parent 45c645d commit 3edf0bc

File tree

1 file changed

+1
-0
lines changed
  • Core ServiceNow APIs/GlideJsonPath/GlideJsonPath Reader Example

1 file changed

+1
-0
lines changed

Core ServiceNow APIs/GlideJsonPath/GlideJsonPath Reader Example/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Parse JSON with GlideJsonPath
22
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+
34
Overview
45
The script performs the following actions:
56
Initializes GlideJsonPath: A new instance of GlideJsonPath is created, passing the target JSON string as a parameter.

0 commit comments

Comments
 (0)