You are looking at preliminary documentation for a future release.
Not what you want? See the
current release documentation.
JSON Processoredit
Converts a JSON string into a structured JSON object.
Table 23. Json Options
Name | Required | Default | Description |
---|---|---|---|
| yes | - | The field to be parsed |
| no |
| The field to insert the converted structured object into |
| no | false | Flag that forces the serialized json to be injected into the top level of the document. |
{ "json": { "field": "{\"foo\": 2000}" } }