New

The executive guide to generative AI

Read more

JSON Processor

edit

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}"
  }
}
Was this helpful?
Feedback