(fj fastJsonNode, attr uint16, v types.Val)
| 467 | } |
| 468 | |
| 469 | func (enc *encoder) AddValue(fj fastJsonNode, attr uint16, v types.Val) error { |
| 470 | return enc.AddListValue(fj, attr, v, false) |
| 471 | } |
| 472 | |
| 473 | func (enc *encoder) AddListValue(fj fastJsonNode, attr uint16, v types.Val, list bool) error { |
| 474 | if v.Tid == types.VFloatID { |