Json$

Has two parameters: Source, Name

Description

From the Source JSON data, find the first matching name and return the value for that name.

As this function must parse the entire JSON data to validate the structure of the JSON data and look for a potential matching name behind any embedded content beyond the second level, this function should only be used when the JSON data is lightweight, or under low-performance requirements, or when the rest of the JSON data does not otherwise need to be parsed into the Work Query.