Class JsonProcessor
Converts a JSON string into a structured JSON object.
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public class JsonProcessor : ProcessorBase, IJsonProcessor, IProcessor
Properties
| Edit this page View SourceAddToRoot
Flag that forces the serialized json to be injected into the top level of the document.
Target
Declaration
public bool? AddToRoot { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Field
Field holding json as a string
Declaration
public Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
Name
Declaration
protected override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourceTargetField
The field to insert the converted structured object into
Declaration
public Field TargetField { get; set; }
Property Value
Type | Description |
---|---|
Field |