MarshalJSON is a convenience method to serialize the result to JSON.
()
| 74 | Next() (map[string]any, error) |
| 75 | // MarshalJSON is a convenience method to serialize the result to JSON. |
| 76 | MarshalJSON() ([]byte, error) |
| 77 | } |
| 78 | |
| 79 | // ResolverExportOptions are the options passed to a resolver's ResolveExport method. |
no outgoing calls