Skip to content

Commit 2c16bb5

Browse files
committed
formatting reference list
1 parent 8e4bb76 commit 2c16bb5

File tree

1 file changed

+4
-4
lines changed
  • Core ServiceNow APIs/GlideJsonPath/Basic-Example

1 file changed

+4
-4
lines changed

Core ServiceNow APIs/GlideJsonPath/Basic-Example/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
GlideJsonPath is a class which can be used to use JSONPath in ServiceNow. It can be useful when working with JSON Payloads, especially highly nested or in general complex structures.
44

55
References:
6-
[RFC 9535: JSONPath: Query Expressions for JSON](https://datatracker.ietf.org/doc/rfc9535/)
7-
[Play with JSONPath outside of ServiceNow](https://jsonpath.com/)
8-
[Good Examples to start with](https://restfulapi.net/json-jsonpath/)
9-
[ServiceNow API Documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/app-store/dev_portal/API_reference/GlideJsonPath/concept/GlideJsonPathAPI.html)
6+
- [RFC 9535: JSONPath: Query Expressions for JSON](https://datatracker.ietf.org/doc/rfc9535/)
7+
- [Play with JSONPath outside of ServiceNow](https://jsonpath.com/)
8+
- [Good Examples to start with](https://restfulapi.net/json-jsonpath/)
9+
- [ServiceNow API Documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/app-store/dev_portal/API_reference/GlideJsonPath/concept/GlideJsonPathAPI.html)

0 commit comments

Comments
 (0)