Debug logging refers to the internal operation of an application, generating detailed messages that detect variable states and execution branches. Unlike error or info logs, debug provides the ...
Recursive: to compare both jsons in depth (vs top level) Array comparison: to compare arrays index by index (vs as a single object) Field key as path: when recursivity is enabled, there's the option ...
This will create a public object called JSON that you can use to perform many JSON-related tasks. If you prefer to use local instances, then you can instantiate the class this way: LOCAL ...