JsonFilter.CreateFilteredJsonWriter method

Creates a JSON writer that filters JSON as it is written to the wrapped JSON writer.

public JsonWriter CreateFilteredJsonWriter(JsonWriter writer)
parameter description
writer The wrapped JSON writer.

Return Value

The filtered JSON writer.

See Also