Inspect writes the raw element in JSON format.
(typedElement any, rawElement []byte)
| 20 | type Inspector interface { |
| 21 | // Inspect writes the raw element in JSON format. |
| 22 | Inspect(typedElement any, rawElement []byte) error |
| 23 | // Flush writes the result of inspecting all elements into the output stream. |
| 24 | Flush() error |
| 25 | } |
no outgoing calls