(val super.Value)
| 58 | } |
| 59 | |
| 60 | func (w *Writer) Write(val super.Value) error { |
| 61 | key := val.DerefPath(w.sortKey.Key).MissingAsNull() |
| 62 | return w.WriteWithKey(key, val) |
| 63 | } |
| 64 | |
| 65 | func (w *Writer) WriteWithKey(key, val super.Value) error { |
| 66 | w.count++ |