NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.17.1" />

.NET API 5,040,640 bytes

 IJsonProcessor

public interface IJsonProcessor : IProcessor
Converts a JSON string into a structured JSON object.
bool? AddToRoot { get; set; }

Flag that forces the serialized json to be injected into the top level of the document. TargetField must not be set when this option is chosen.

Field Field { get; set; }

Field holding json as a string

Field TargetField { get; set; }

The field to insert the converted structured object into