(fj fastJsonNode)
| 351 | } |
| 352 | |
| 353 | func (enc *encoder) setCustom(fj fastJsonNode) { |
| 354 | fj.meta |= customBit |
| 355 | } |
| 356 | |
| 357 | //nolint:unused // appendAttrs is used in outputnode_test.go as a helper function |
| 358 | func (enc *encoder) appendAttrs(fj, child fastJsonNode) { |