Documentation ¶ Index ¶ func TransformNumbers(dict common.MapStr) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func TransformNumbers ¶ func TransformNumbers(dict common.MapStr) TransformNumbers walks a json decoded tree an replaces json.Number with int64, float64, or string, in this order of preference (i.e. if it parses as an int, use int. if it parses as a float, use float. etc). Types ¶ This section is empty. Source Files ¶ transform.go Click to show internal directories. Click to hide internal directories.