Fix escaping keys in MarshalJSON by itchyny · Pull Request #20 · iancoleman/orderedmap

This is a fix for #17 (comment), the issue about MarshalJSON. Also improves the performance by reducing the allocations. This change follows #19. BenchmarkMarshalJSON func BenchmarkMarshalJSON(b *...