Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camel case map key formatting #151

Closed
wants to merge 3 commits into from

Conversation

bottlenecked
Copy link

Hi there @devinus , I followed the discussion in #44 and https://github.com/devinus/poison/pull/60/files and tried a different approach for a camelCased map keys option when serializing only.

I tried to avoid callbacks and kept original default code paths unchanged to make sure performance is not impacted in the default case.

Would really like for this to be part of poison, so any changes in coding style or the approach you need done I'll happily do

@coveralls
Copy link

Pull Request Test Coverage Report for Build 247

  • 10 of 11 (90.91%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 89.401%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/poison/encoder.ex 10 11 90.91%
Totals Coverage Status
Change from base Build 236: -0.02%
Covered Lines: 194
Relevant Lines: 217

💛 - Coveralls

@devinus devinus force-pushed the master branch 22 times, most recently from 29a475d to e0a080a Compare July 23, 2021 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants