Skip to main content
Close the readable JSON handle created by jsonOpen.

Required Parameters

  • handle: A readable handle reference to the JSON data.

Example

Here is an example that uses jsonOpen to create a handle for some static JSON text and then pass that handle to another operation (in this case, the second operation is jsonDOMGet). It then uses jsonClose to close the handle created by jsonOpen.
Make sure to use a jsonClose operation anytime you use jsonOpen to avoid leaking memory through open handles.