JSON Processoredit

Converts a JSON string into a structured JSON object.

Table 23. Json Options

Name Required Default Description

field

yes

-

The field to be parsed

target_field

no

field

The field to insert the converted structured object into

{
  "json": {
    "field": "{\"foo\": 2000}"
  }
}