package jx

// Num encodes number.
func ( *Encoder) ( Num) bool {
	return .comma() ||
		.w.Num()
}