Tools for processing JSON content using jsonpath_ng
JSON Process is a group of tools able to insert, delete, replace and parse within a JSON data structure.
JSON Insert tool adds a new value to a JSON object.

JSON Delete tool deletes element in a JSON data sturcture.

JSON Parse tool converts a JSON string into a JavaScript object or a Python dictionary, depending on the language being used.

JSON Replace tool replaces values within a JSON object.
