Category: LUA

March 07, 2024 5 mins read

Taming JSON - How to use JPath in Peakboard scripts

JSON is the most popular data format for modern web and cloud environments. Peakboard applications often use JSON. For example, when calling an API and processing the response. A good way to extract the desired data from a JSON string is to use a JPath expression, rather than using basic...