Skip to content

Commit 59ba7f0

Browse files
Update script.js
1 parent 484bcdd commit 59ba7f0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
var v = new GlideJsonPath('{"lib":{"jsonpath":{"cricket":{"name":"India","players":["Rohit","Dhoni","Kholi"]}}}}');
1+
var v = new GlideJsonPath('{"lib":{"jsonpath":{"cricket":{"name":"India","players":["Rohit sharma","Dhoni","Kholi"]}}}}');
22
var l = v.read("$['lib']['jsonpath']['cricket']['players'][*]");
33

0 commit comments

Comments
 (0)