logo

NJP

jsonPath in ServiceNow with GlideJsonPath

Posts on SNow adventures · Feb 18, 2025 · article

Introduction

Since the Vancouver release, there is a new API GlideJsonPath[1] that allows to query a JSON string with jsonPath[2].

The jsonPath can be viewed as the JSON equivalent of the XPath for XML. It allows to perform queries like $.library.bools.*.title for example. Jsonpath is offically a RFC since february 2024[3]

View original source

http://localhost:1313/blog/jsonpath-in-servicenow-with-glidejsonpath/